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