diff options
author | 3gg <3gg@shellblade.net> | 2025-02-08 14:03:10 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-02-08 14:03:10 -0800 |
commit | d9663547a1f4337e1a31d727abe15a8aafa0c9c8 (patch) | |
tree | 05795108e35cb8a9c5d05a19cd7a28487322ad6b /run.sh |
Initial commit.
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 | |||