qemu-kqemu: fix bios default.

This commit is contained in:
Arne Fitzenreiter
2010-12-27 19:18:25 +01:00
parent 7b6548b273
commit e825b015ad
3 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
diff -Naur qemu-0.11.1.org/hw/pc.c qemu-0.11.1/hw/pc.c
--- qemu-0.11.1.org/hw/pc.c 2009-12-02 21:27:02.000000000 +0100
+++ qemu-0.11.1/hw/pc.c 2010-12-27 12:09:41.845206649 +0100
@@ -43,7 +43,7 @@
/* Show multiboot debug output */
//#define DEBUG_MULTIBOOT
-#define BIOS_FILENAME "bios.bin"
+#define BIOS_FILENAME "bios-kqemu.bin"
#define VGABIOS_FILENAME "vgabios.bin"
#define VGABIOS_CIRRUS_FILENAME "vgabios-cirrus.bin"