diff options
Diffstat (limited to 'debug.sh')
| -rwxr-xr-x | debug.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ make -C loader && ./image.sh && -qemu-system-x86_64 -cpu qemu64 \ +qemu-system-x86_64 -d int \ -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,format=raw -monitor stdio \ - -serial file:sophia.log -d int -no-shutdown -no-reboot -s -S + -serial file:sophia.log -no-shutdown -no-reboot -s -S |
