Rename almost all occurences of LinuxBIOS to coreboot.
[coreboot.git] / targets / emulation / qemu-i386 / Config-abuild.lb
1 # This will make a target directory of ./emulation_qemu-i386
2
3 target emulation_qemu-i386
4 mainboard emulation/qemu-i386
5
6 __COMPRESSION__
7
8 option ROM_SIZE=256*1024
9
10 option CC="gcc -m32"
11
12 option HAVE_PIRQ_TABLE=1
13 option IRQ_SLOT_COUNT=6
14
15 romimage "image" 
16         option ROM_IMAGE_SIZE=0x10000
17         option COREBOOT_EXTRA_VERSION="-OpenBIOS"
18         payload __PAYLOAD__
19 end
20
21 buildrom ./qemu-bios.rom ROM_SIZE "image"
22