/
githubmirror
/
ipxe
ОбзорДокументацияВойти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
ipxe/
.../config/vbox/
..
README

[build] Avoid using embedded script in VirtualBox named configuration

12 лет назад
colour.h

[build] Add named configuration for VirtualBox

12 лет назад
console.h

[build] Add named configuration for VirtualBox

12 лет назад
crypto.h

[build] Add named configuration for VirtualBox

12 лет назад
general.h

[vbox] Enable some more features now that we have LZMA compression

11 лет назад
ioapi.h

[cloud] Use PCIAPI_DIRECT for cloud images

5 лет назад
serial.h

[build] Add named configuration for VirtualBox

12 лет назад
settings.h

[build] Add named configuration for VirtualBox

12 лет назад
sideband.h

[build] Add named configuration for VirtualBox

12 лет назад
usb.h

[usb] Add config/usb.h for USB configuration options

11 лет назад
README
Build using this command line:
 
make CONFIG=vbox bin/intel--virtio-net--pcnet32.isarom
 
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.
 
To use the ROM in VirtualBox you need to enable it using this command:
 
vboxmanage setextradata global \
VBoxInternal/Devices/pcbios/0/Config/LanBootRom \
/absolute/path/to/intel--virtio-net--pcnet32.isarom
 
NB: If you build the ROM using the .rom prefix then it'll be built as a PCI
ROM, which won't work properly in VirtualBox. The error message you'll see
is "No more network devices", which is somewhat confusing. If you enter the
shell and use the "autoboot" command things will work as intended. Remember
to always build as a .isarom to avoid this issue.