From 571cc5a1dae5737c8c92bd8cb06bdb98f15daad2 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Sun, 22 Apr 2018 21:50:35 -0700 Subject: [PATCH] Add mmu logging to qemu.bat --- qemu.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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