]> Git Repo - qemu.git/blob - roms/config.seabios-128k
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20150615-1' into staging
[qemu.git] / roms / config.seabios-128k
1 # for qemu machine types 1.7 + older
2 # need to turn off features (xhci,uas) to make it fit into 128k
3 CONFIG_QEMU=y
4 CONFIG_ROM_SIZE=128
5 CONFIG_XEN=n
6 CONFIG_USB_XHCI=n
7 CONFIG_USB_UAS=n
8 CONFIG_SDCARD=n
This page took 0.024581 seconds and 4 git commands to generate.