diff options
| author | Bobby <[email protected]> | 2025-11-24 17:54:50 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-11-27 14:44:10 +0530 |
| commit | 95a31021567d24a8fc9f397ec278f0b4da244470 (patch) | |
| tree | 24c3a84a5debcbd5f7adc20c09a0fb9b6887b42a /scripts | |
| parent | f471a7e865a1b530a2177d6ab49f157df9716db7 (diff) | |
| download | akiba-95a31021567d24a8fc9f397ec278f0b4da244470.tar.xz akiba-95a31021567d24a8fc9f397ec278f0b4da244470.zip | |
framebuffer working with grub UEFI boot
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 |
