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