diff --git a/qemu.bat b/qemu.bat index 0a803cb..7471e3e 100644 --- a/qemu.bat +++ b/qemu.bat @@ -1,3 +1,3 @@ call make.bat del popcorn.log -qemu-system-x86_64.exe -bios .\assets\ovmf\x64\OVMF.fd -hda .\build\fs.img -m 512 -vga cirrus -d guest_errors,int -D popcorn.log -no-reboot +qemu-system-x86_64.exe -bios .\assets\ovmf\x64\OVMF.fd -hda .\build\fs.img -m 512 -vga cirrus -d guest_errors,int,mmu -D popcorn.log -no-reboot