diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/run.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/run.sh b/scripts/run.sh new file mode 100755 index 0000000..5db91ca --- /dev/null +++ b/scripts/run.sh @@ -0,0 +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 \ + -m 2048M \ + -serial stdio
\ No newline at end of file |
