mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
# for qemu machine types 1.7 + older
|
|
# need to turn off some features to make it fit into 128k
|
|
CONFIG_QEMU=y
|
|
CONFIG_ROM_SIZE=128
|
|
CONFIG_XEN=n
|
|
CONFIG_BOOTSPLASH=n
|
|
CONFIG_FLASH_FLOPPY=n
|
|
CONFIG_USB_OHCI=n
|
|
CONFIG_TCGBIOS=n
|
|
CONFIG_USB_UAS=n
|
|
CONFIG_ESP_SCSI=n
|
|
CONFIG_SDCARD=n
|