desktop/seabios/config.seabios-128k

10 lines
224 B
Plaintext
Raw Normal View History

2015-11-19 06:46:22 +08:00
# for qemu machine types 1.7 + older
# need to turn off features (xhci,debug) to make it fit into 128k
CONFIG_QEMU=y
CONFIG_ROM_SIZE=128
CONFIG_XEN=n
CONFIG_USB_XHCI=n
CONFIG_USB_UAS=n
CONFIG_DEBUG_LEVEL=0
CONFIG_DEBUG_IO=n