From db6959a932ab615e0bdecc37ee14fa79d22a4c1b Mon Sep 17 00:00:00 2001 From: Edgaru089 Date: Sun, 14 Nov 2021 17:30:33 +0800 Subject: [PATCH] makefile: run QEMU with reboot/shutdown disabled --- run.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.cmd b/run.cmd index 0ef5274..5bc3eec 100755 --- a/run.cmd +++ b/run.cmd @@ -1,4 +1,4 @@ -qemu-system-x86_64 -bios ../OVMF.fd -drive file=fat:rw:../FAT,format=raw,media=disk -m 2G -serial stdio +qemu-system-x86_64 -no-reboot -no-shutdown -d cpu_reset -bios ../OVMF.fd -drive file=fat:rw:../FAT,format=raw,media=disk -m 2G -serial stdio