From d2af7ee0c69137e96ff94c6de022f85132f5eeec Mon Sep 17 00:00:00 2001 From: Frater <13979047+saintfrater@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:23:33 +0100 Subject: [PATCH] Delete build.bat cleanup --- build.bat | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 build.bat diff --git a/build.bat b/build.bat deleted file mode 100644 index f78e9d9..0000000 --- a/build.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off - -cd src -"c:\program files\NASM\nasm" -f bin boot.asm -o ..\build\bios.bin -cd .. - -qemu-system-x86_64 -bios build/bios.bin -device loader,file=roms/vgabios.bin,addr=0xC0000,force-raw=on -device isa-debugcon,chardev=myconsole -chardev stdio,id=myconsole -k be -display sdl