diff options
Diffstat (limited to 'main/seabios/config.seabios-128k')
-rw-r--r-- | main/seabios/config.seabios-128k | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/seabios/config.seabios-128k b/main/seabios/config.seabios-128k new file mode 100644 index 0000000000..20687574cf --- /dev/null +++ b/main/seabios/config.seabios-128k @@ -0,0 +1,7 @@ +# for qemu machine types 1.7 + older +# need to turn off features (xhci) to make it fit into 128k +CONFIG_QEMU=y +CONFIG_ROM_SIZE=128 +CONFIG_XEN=n +CONFIG_USB_XHCI=n +CONFIG_USB_UAS=n |