prepare boot v2

This commit is contained in:
Mikaël Cluseau
2022-02-04 19:59:42 +01:00
parent a794bb3887
commit 8e86579004
18 changed files with 383 additions and 158 deletions

6
run-test.sh Executable file
View File

@ -0,0 +1,6 @@
#! /bin/sh
exec qemu-system-x86_64 -pidfile qemu.pid -kernel test-kernel -initrd test-initrd.cpio \
-smp 2 -m 2048 \
-nographic -serial mon:stdio -append 'console=ttyS0'
# -display curses