cf4e773252b82285c9167c1e3c27f9388aef23be
[coreboot.git] / targets / emulation / qemu-i386 / Config.lb
1 # This will make a target directory of ./emulation_qemu-i386
2
3 target qemu-i386
4 mainboard emulation/qemu-i386
5
6 option ROM_SIZE=256*1024
7
8 option CC="gcc -m32"
9
10 option HAVE_PIRQ_TABLE=1
11 option IRQ_SLOT_COUNT=6
12
13 romimage "image" 
14         option ROM_IMAGE_SIZE=0x10000
15         option LINUXBIOS_EXTRA_VERSION="-GRUB2"
16         payload /home/stepan/core.img
17 end
18
19 buildrom ./qemu-bios.rom ROM_SIZE "image"
20