summaryrefslogtreecommitdiff
path: root/debug.sh
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-12-31 14:23:45 +0000
committerAda Christine <adachristine18@gmail.com>2021-12-31 14:23:45 +0000
commitf17e276729d8c3ed28978f8138fa9438db6bd0f9 (patch)
tree16923a1ff48497c07fc1b65529d5395b50d7a0f6 /debug.sh
parent5b1460d6516940d285c554d6178ab52abf04312d (diff)
specify raw format to qemu
Diffstat (limited to 'debug.sh')
-rwxr-xr-xdebug.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug.sh b/debug.sh
index aea288c..418dadc 100755
--- a/debug.sh
+++ b/debug.sh
@@ -9,6 +9,6 @@ make -C loader &&
qemu-system-x86_64 -cpu qemu64 \
-drive if=pflash,format=raw,unit=0,file=/usr/share/ovmf/x64/OVMF_CODE.fd,readonly=on \
-drive if=pflash,format=raw,unit=1,file=OVMF_VARS.fd \
- -net none -drive file=uefi.img,if=ide -monitor stdio -serial file:sophia.log -d int \
- -no-shutdown -no-reboot -s -S
+ -net none -drive file=uefi.img,if=ide,format=raw -monitor stdio \
+ -serial file:sophia.log -d int -no-shutdown -no-reboot -s -S