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