aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run.sh b/scripts/run.sh
index 5db91ca..bd9b326 100755
--- a/scripts/run.sh
+++ b/scripts/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash
qemu-system-x86_64 \
-drive if=pflash,format=raw,readonly=on,file=/opt/homebrew/share/qemu/edk2-x86_64-code.fd \
- -drive format=raw,file=iso/akiba.iso \
+ -drive format=raw,file=iso/akiba.img \
-m 2048M \
-serial stdio \ No newline at end of file