aboutsummaryrefslogtreecommitdiffstats
path: root/configs/seabios-128k
diff options
context:
space:
mode:
Diffstat (limited to 'configs/seabios-128k')
-rw-r--r--configs/seabios-128k16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/seabios-128k b/configs/seabios-128k
new file mode 100644
index 0000000..486ef0e
--- /dev/null
+++ b/configs/seabios-128k
@@ -0,0 +1,16 @@
+# for qemu machine types 1.7 + older
+# need to turn off features (xhci,uas) 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_PVSCSI=n
+CONFIG_NVME=n
+CONFIG_USE_SMM=n
+CONFIG_VGAHOOKS=n