diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-12-31 14:23:45 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-12-31 14:23:45 +0000 |
| commit | f17e276729d8c3ed28978f8138fa9438db6bd0f9 (patch) | |
| tree | 16923a1ff48497c07fc1b65529d5395b50d7a0f6 /debug.sh | |
| parent | 5b1460d6516940d285c554d6178ab52abf04312d (diff) | |
specify raw format to qemu
Diffstat (limited to 'debug.sh')
| -rwxr-xr-x | debug.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
