mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 17:01:28 +00:00
42f3934560
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
6 lines
224 B
Plaintext
6 lines
224 B
Plaintext
rm build/coreboot.rom
|
|
make
|
|
cp build/coreboot.rom .
|
|
dd if=initramfs.linux_amd64.cpio.lzma of=coreboot.rom conv=notrunc bs=4096 seek=634
|
|
/usr/bin/qemu-system-x86_64 -machine q35 -bios coreboot.rom -serial /dev/tty -nographic
|