makefile: run QEMU with reboot/shutdown disabled

This commit is contained in:
Edgaru089 2021-11-14 17:30:33 +08:00
parent ec808e5e2e
commit db6959a932

View File

@ -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