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

make
qemu-system-aarch64 \
	-cpu cortex-a53 \
	-m 1024 \
	-M raspi3b \
	-serial stdio \
	-kernel build/bin/kernel8.elf