Delete build.bat
cleanup
This commit is contained in:
parent
1bf515e8c2
commit
d2af7ee0c6
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue