Files
system76-coreboot/targets/emulation/qemu-i386/Config.lb
ronald g. minnich cdb89be9e8 mods for qemu, these build
signed-off-by: ronald g. minnich


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2402 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2006-09-13 01:10:08 +00:00

18 lines
334 B
Plaintext

# This will make a target directory of ./emulation_qemu-i386
target qemu-i386
mainboard emulation/qemu-i386
option ROM_SIZE=256*1024
option CC="gcc -m32"
romimage "image"
option ROM_IMAGE_SIZE=0x10000
option LINUXBIOS_EXTRA_VERSION="-OpenBIOS"
payload /home/stepan/openbios.elf
end
buildrom ./qemu-bios.rom ROM_SIZE "image"