Skip to content
Snippets Groups Projects
Commit b435a8f8 authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

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: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 0a553c58
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# need to turn off features (xhci,uas) to make it fit into 128k
CONFIG_QEMU=y
CONFIG_ROM_SIZE=128
CONFIG_ATA_DMA=y
CONFIG_ATA_DMA=n
CONFIG_BOOTSPLASH=n
CONFIG_XEN=n
CONFIG_USB_OHCI=n
......
# for qemu machine types 2.0 + newer
CONFIG_QEMU=y
CONFIG_ROM_SIZE=256
CONFIG_ATA_DMA=y
CONFIG_ATA_DMA=n
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment