From d9663547a1f4337e1a31d727abe15a8aafa0c9c8 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 8 Feb 2025 14:03:10 -0800 Subject: Initial commit. --- run.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 run.sh (limited to 'run.sh') diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..3b2c6f2 --- /dev/null +++ b/run.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +make +qemu-system-aarch64 \ + -cpu cortex-a53 \ + -m 1024 \ + -M raspi3b \ + -serial stdio \ + -kernel build/bin/kernel8.elf + -- cgit v1.2.3