]> git.proxmox.com Git - pve-docs.git/commitdiff
qm: bios/efi: explain what they even do, roughly
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 6 Apr 2019 11:57:00 +0000 (13:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 6 Apr 2019 11:57:00 +0000 (13:57 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index cf39226e23d971339fe0c71c4c52c7be5e4f6f26..468e3729743e9ae1e84c1b1b778b90ff0913e47d 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -699,8 +699,12 @@ BIOS and UEFI
 ~~~~~~~~~~~~~
 
 In order to properly emulate a computer, QEMU needs to use a firmware.
-By default QEMU uses *SeaBIOS* for this, which is an open-source, x86 BIOS
-implementation. SeaBIOS is a good choice for most standard setups.
+Which, on common PCs often known as BIOS or (U)EFI, is executed as one of the
+first steps when booting a VM. It is responsible for doing basic hardware
+initialization and for providing an interface to the firmware and hardware for
+the operating system. By default QEMU uses *SeaBIOS* for this, which is an
+open-source, x86 BIOS implementation. SeaBIOS is a good choice for most
+standard setups.
 
 There are, however, some scenarios in which a BIOS is not a good firmware
 to boot from, e.g. if you want to do VGA passthrough. footnote:[Alex Williamson has a very good blog entry about this.