diff options
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | make | ||
4 | qemu-system-aarch64 \ | ||
5 | -cpu cortex-a53 \ | ||
6 | -m 1024 \ | ||
7 | -M raspi3b \ | ||
8 | -serial stdio \ | ||
9 | -kernel build/bin/kernel8.elf | ||
10 | |||