From 0e3fa1c3cfb9d0c26a0ae9a610b8faaf9bca9162 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Wed, 26 Jul 2017 01:43:25 -0700 Subject: [PATCH] Make QEMU batch files call make --- qemu-win.bat | 3 ++- qemu.bat | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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