mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Make qemu.bat log to popcorn.log
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ build
|
|||||||
*.bak
|
*.bak
|
||||||
tags
|
tags
|
||||||
.gdbinit
|
.gdbinit
|
||||||
|
popcorn.log
|
||||||
|
|||||||
3
qemu.bat
3
qemu.bat
@@ -1,2 +1,3 @@
|
|||||||
call make.bat
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user