initrd/run-test.sh

7 lines
200 B
Bash
Raw Normal View History

2022-02-04 18:59:42 +00:00
#! /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