summaryrefslogtreecommitdiff
path: root/run.sh
blob: ffe473275795a7b5af265b8cc5bf5a1a16df4c3f (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

make
qemu-system-aarch64 \
	-M raspi3b \
	-serial stdio \
	-kernel build/bin/kernel8.img