summaryrefslogtreecommitdiffstats
path: root/src/config/vbox/README
diff options
context:
space:
mode:
authorRobin Smidsrød2014-08-21 16:59:17 +0200
committerMichael Brown2014-08-21 17:05:29 +0200
commit64dc45a4dc55393caef2815ea6a415eeda045293 (patch)
tree4f37b0f770b7284adcbdc16d05337898f8065e7e /src/config/vbox/README
parent[intel] Apply PBS/PBA errata workaround only to ICH8 PCI device IDs (diff)
downloadipxe-64dc45a4dc55393caef2815ea6a415eeda045293.tar.gz
ipxe-64dc45a4dc55393caef2815ea6a415eeda045293.tar.xz
ipxe-64dc45a4dc55393caef2815ea6a415eeda045293.zip
[build] Add named configuration for VirtualBox
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/vbox/README')
-rw-r--r--src/config/vbox/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/config/vbox/README b/src/config/vbox/README
new file mode 100644
index 000000000..2725eea33
--- /dev/null
+++ b/src/config/vbox/README
@@ -0,0 +1,16 @@
+Build using this command line:
+
+make CONFIG=vbox EMBED=config/vbox/embedded.ipxe bin/intel--virtio-net--pcnet32.rom
+
+Max size of a VirtualBox ROM is 56KB, 57344 bytes. There should be no need
+to pad the image as long as the binary is smaller or equal to this size.
+
+The embedded script is required because VirtualBox uses the ROM as an ISA
+ROM, which will not perform any autoboot behavior. The bundled embedded
+script reproduces the default autoboot behavior.
+
+To use the ROM in VirtualBox you need to enable it using this command:
+
+vboxmanage setextradata global \
+ VBoxInternal/Devices/pcbios/0/Config/LanBootRom \
+ path/to/intel--virtio-net--pcnet32.rom