diff --git a/qemu-win.bat b/qemu-win.bat index 4830ab0..8f2c255 100644 --- a/qemu-win.bat +++ b/qemu-win.bat @@ -1 +1,2 @@ -qemu-system-x86_64.exe -bios .\assets\ovmf\x64\OVMF.fd -hda .\build\fs.img -m 512 -vga cirrus \ No newline at end of file +call make.bat +qemu-system-x86_64.exe -bios .\assets\ovmf\x64\OVMF.fd -hda .\build\fs.img -m 512 -vga cirrus diff --git a/qemu.bat b/qemu.bat index 2db3c7a..424da9c 100644 --- a/qemu.bat +++ b/qemu.bat @@ -1 +1 @@ -qemu-system-x86_64.exe -bios .\assets\ovmf\x64\OVMF.fd -hda .\build\fs.img -m 512 -nographic -echr 23 \ No newline at end of file +qemu-system-x86_64.exe -bios .\assets\ovmf\x64\OVMF.fd -hda .\build\fs.img -m 512 -nographic -echr 23