initial import
This commit is contained in:
14
seabios/config.seabios-128k
Normal file
14
seabios/config.seabios-128k
Normal file
@@ -0,0 +1,14 @@
|
||||
# for qemu machine types 1.7 + older
|
||||
# need to turn off features (bootsplash) to make it fit into 128k
|
||||
CONFIG_QEMU=y
|
||||
CONFIG_ROM_SIZE=128
|
||||
CONFIG_BOOTSPLASH=n
|
||||
CONFIG_XEN=n
|
||||
CONFIG_USB_OHCI=n
|
||||
CONFIG_USB_XHCI=n
|
||||
CONFIG_USB_UAS=n
|
||||
CONFIG_SDCARD=n
|
||||
CONFIG_TCGBIOS=n
|
||||
CONFIG_MPT_SCSI=n
|
||||
CONFIG_DEBUG_LEVEL=0
|
||||
CONFIG_DEBUG_IO=n
|
||||
Reference in New Issue
Block a user