2010-04-27 08:56:47 +02:00
|
|
|
rm coreboot.rom;
|
2013-01-29 03:30:17 +01:00
|
|
|
./cbfstool coreboot.rom create -m x86 -s 256K -B /tmp/coreboot.strip -o 0x1000
|
|
|
|
./cbfstool coreboot.rom add-stage -f romstage.bin -n fallback/romstage
|
|
|
|
./cbfstool coreboot.rom add-payload -f /tmp/filo.elf -n normal/payload -c lzma
|
2009-04-14 02:08:34 +02:00
|
|
|
./cbfstool coreboot.rom print
|
2013-01-29 03:30:17 +01:00
|
|
|
qemu-system-i386 -bios coreboot.rom -nographic
|