This is a hack for easier testing of GRUB2 in LinuxBIOSv2
[coreboot.git] / targets / emulation / qemu-i386 / Config.lb
index c12b5abd7abb7043c2ecc1eca6f11237d0986ec0..cf4e773252b82285c9167c1e3c27f9388aef23be 100644 (file)
@@ -7,10 +7,13 @@ option ROM_SIZE=256*1024
 
 option CC="gcc -m32"
 
+option HAVE_PIRQ_TABLE=1
+option IRQ_SLOT_COUNT=6
+
 romimage "image" 
        option ROM_IMAGE_SIZE=0x10000
-       option LINUXBIOS_EXTRA_VERSION="-OpenBIOS"
-       payload /home/stepan/openbios.elf
+       option LINUXBIOS_EXTRA_VERSION="-GRUB2"
+       payload /home/stepan/core.img
 end
 
 buildrom ./qemu-bios.rom ROM_SIZE "image"