From b9c58864298ebdf858248cfe79d972dbbe1a7331 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Tue, 15 Feb 2022 21:52:18 +0000 Subject: debug changes --- debug.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug.sh') diff --git a/debug.sh b/debug.sh index 418dadc..988fb5c 100755 --- a/debug.sh +++ b/debug.sh @@ -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 -- cgit v1.3.1-1-g115d