Delete build.bat

cleanup
This commit is contained in:
Frater 2026-01-12 10:23:33 +01:00 committed by GitHub
commit d2af7ee0c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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