diff --git a/.gitignore b/.gitignore index 3989aac..f2abb25 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build *.bak tags .gdbinit +popcorn.log diff --git a/qemu.bat b/qemu.bat index 8f2c255..0a803cb 100644 --- a/qemu.bat +++ b/qemu.bat @@ -1,2 +1,3 @@ call make.bat -qemu-system-x86_64.exe -bios .\assets\ovmf\x64\OVMF.fd -hda .\build\fs.img -m 512 -vga cirrus +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