summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-02-08 17:50:57 -0800
committer3gg <3gg@shellblade.net>2025-02-08 17:50:57 -0800
commit1b5d7cd40eb1c1f55deedf34d3d6324498b5f000 (patch)
treea0bc21168f8270ee5fcb139498131dff884a7450 /run.sh
parent0e1595330211351823e68691fca013bb47772aeb (diff)
Hello world.
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/run.sh b/run.sh
index 3b2c6f2..ffe4732 100755
--- a/run.sh
+++ b/run.sh
@@ -2,9 +2,7 @@
2 2
3make 3make
4qemu-system-aarch64 \ 4qemu-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