|
@@ -0,0 +1,16 @@
|
|
1
|
+Build using this command line:
|
|
2
|
+
|
|
3
|
+make CONFIG=vbox EMBED=config/vbox/embedded.ipxe bin/intel--virtio-net--pcnet32.rom
|
|
4
|
+
|
|
5
|
+Max size of a VirtualBox ROM is 56KB, 57344 bytes. There should be no need
|
|
6
|
+to pad the image as long as the binary is smaller or equal to this size.
|
|
7
|
+
|
|
8
|
+The embedded script is required because VirtualBox uses the ROM as an ISA
|
|
9
|
+ROM, which will not perform any autoboot behavior. The bundled embedded
|
|
10
|
+script reproduces the default autoboot behavior.
|
|
11
|
+
|
|
12
|
+To use the ROM in VirtualBox you need to enable it using this command:
|
|
13
|
+
|
|
14
|
+vboxmanage setextradata global \
|
|
15
|
+ VBoxInternal/Devices/pcbios/0/Config/LanBootRom \
|
|
16
|
+ path/to/intel--virtio-net--pcnet32.rom
|