mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-15 22:21:57 -06:00
seabios: update 128k config
Turn off mpt-scsi and bootsplash to keep size below 128k. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
4e04ab6a63
commit
ea996ebd65
1 changed files with 2 additions and 0 deletions
|
@ -2,9 +2,11 @@
|
||||||
# need to turn off features (xhci,uas) to make it fit into 128k
|
# need to turn off features (xhci,uas) to make it fit into 128k
|
||||||
CONFIG_QEMU=y
|
CONFIG_QEMU=y
|
||||||
CONFIG_ROM_SIZE=128
|
CONFIG_ROM_SIZE=128
|
||||||
|
CONFIG_BOOTSPLASH=n
|
||||||
CONFIG_XEN=n
|
CONFIG_XEN=n
|
||||||
CONFIG_USB_OHCI=n
|
CONFIG_USB_OHCI=n
|
||||||
CONFIG_USB_XHCI=n
|
CONFIG_USB_XHCI=n
|
||||||
CONFIG_USB_UAS=n
|
CONFIG_USB_UAS=n
|
||||||
CONFIG_SDCARD=n
|
CONFIG_SDCARD=n
|
||||||
CONFIG_TCGBIOS=n
|
CONFIG_TCGBIOS=n
|
||||||
|
CONFIG_MPT_SCSI=n
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue