summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-02-08 14:03:10 -0800
committer3gg <3gg@shellblade.net>2025-02-08 14:03:10 -0800
commitd9663547a1f4337e1a31d727abe15a8aafa0c9c8 (patch)
tree05795108e35cb8a9c5d05a19cd7a28487322ad6b /run.sh
Initial commit.
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..3b2c6f2
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,10 @@
1#!/bin/sh
2
3make
4qemu-system-aarch64 \
5 -cpu cortex-a53 \
6 -m 1024 \
7 -M raspi3b \
8 -serial stdio \
9 -kernel build/bin/kernel8.elf
10