mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
qemu-kqemu: fix bios default.
This commit is contained in:
12
src/patches/qemu-kqemu_change-default-kqemu-bios.patch
Normal file
12
src/patches/qemu-kqemu_change-default-kqemu-bios.patch
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user