diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-01-29 09:19:14 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-01-29 09:19:14 +0100 |
commit | a084c597204942139d6287b8c075b051fadc7784 (patch) | |
tree | d5e8d3155b95a93f5888088c99e5e49745bbceb0 | |
parent | 222610eb366335be145e3c3700360365fb678639 (diff) | |
download | seabios-a084c597204942139d6287b8c075b051fadc7784.tar.gz |
turn off xen for 128k bios
-rw-r--r-- | config.bios.qemu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.bios.qemu b/config.bios.qemu index 589b395..6d50c79 100644 --- a/config.bios.qemu +++ b/config.bios.qemu @@ -2,3 +2,4 @@ CONFIG_QEMU=y CONFIG_QEMU_HARDWARE=y CONFIG_PERMIT_UNALIGNED_PCIROM=y CONFIG_ROM_SIZE=128 +CONFIG_XEN=n |