mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
seabios: turn off CONFIG_ATA_DMA
There have been regressions reported, when booting FreeDOS. https://www.mail-archive.com/qemu-devel@nongnu.org/msg593254.html Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
# need to turn off features (xhci,uas) to make it fit into 128k
|
# need to turn off features (xhci,uas) to make it fit into 128k
|
||||||
CONFIG_QEMU=y
|
CONFIG_QEMU=y
|
||||||
CONFIG_ROM_SIZE=128
|
CONFIG_ROM_SIZE=128
|
||||||
CONFIG_ATA_DMA=y
|
CONFIG_ATA_DMA=n
|
||||||
CONFIG_BOOTSPLASH=n
|
CONFIG_BOOTSPLASH=n
|
||||||
CONFIG_XEN=n
|
CONFIG_XEN=n
|
||||||
CONFIG_USB_OHCI=n
|
CONFIG_USB_OHCI=n
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# for qemu machine types 2.0 + newer
|
# for qemu machine types 2.0 + newer
|
||||||
CONFIG_QEMU=y
|
CONFIG_QEMU=y
|
||||||
CONFIG_ROM_SIZE=256
|
CONFIG_ROM_SIZE=256
|
||||||
CONFIG_ATA_DMA=y
|
CONFIG_ATA_DMA=n
|
||||||
|
Reference in New Issue
Block a user