linuxboot/mainboards/aeeon/up/runcoreboot
Ronald G. Minnich 42f3934560 Atomic PI support, kernel shrink, class setup
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
2021-09-14 13:13:01 -07:00

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