summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2021-01-15 13:37:41 -0700
committerJeremy Soller <jeremy@system76.com>2021-01-15 13:37:41 -0700
commit9c44627a3cfa260d2a2b935ff0f7674755190721 (patch)
treea2fc46c672732f93163a9a0fb70423dbaa4f330b
parent79a1bb35cbe17d86f21649b80d050413ae730220 (diff)
Send arguments to aarch64.sh to qemu
-rwxr-xr-xaarch64.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aarch64.sh b/aarch64.sh
index 822d636..b3ca82a 100755
--- a/aarch64.sh
+++ b/aarch64.sh
@@ -29,5 +29,5 @@ qemu-system-aarch64 \
-device loader,file=build/kernel.uimage,addr=0x41000000,force-raw=on \
-serial mon:stdio \
-nographic \
- -S \
- -s
+ -s \
+ "$@"