Add mmu logging to qemu.bat

This commit is contained in:
Justin C. Miller
2018-04-22 21:50:35 -07:00
parent 8cb0803605
commit 571cc5a1da

View File

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