aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-12-01 13:57:29 +0530
committerBobby <[email protected]>2025-12-01 13:57:29 +0530
commit40774d688ce84ad90b769cffaaa1a856a965df0a (patch)
tree1cddb902677204970a6f676fe13239b4ae46d0da /scripts
parentbe30807de932815baeb3578d6837ded934b36579 (diff)
downloadakiba-40774d688ce84ad90b769cffaaa1a856a965df0a.tar.xz
akiba-40774d688ce84ad90b769cffaaa1a856a965df0a.zip
implement GPT parser, ACHI and PCI drivers, update AFS to use AHCI
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/run.sh b/scripts/run.sh
index bd9b326..921e7a5 100755
--- a/scripts/run.sh
+++ b/scripts/run.sh
@@ -1,6 +1,8 @@
#!/bin/bash
qemu-system-x86_64 \
+ -M q35 \
-drive if=pflash,format=raw,readonly=on,file=/opt/homebrew/share/qemu/edk2-x86_64-code.fd \
- -drive format=raw,file=iso/akiba.img \
+ -drive file=iso/akiba.img,format=raw,if=none,id=maindisk \
+ -device ide-hd,drive=maindisk,bus=ide.2,bootindex=0 \
-m 2048M \
-serial stdio \ No newline at end of file