Add compile.sh

This commit is contained in:
heckeralt 2024-09-21 14:10:51 -04:00
parent 7c3cfdceb7
commit 639a87005d
1 changed files with 4 additions and 0 deletions

4
compile.sh Normal file
View File

@ -0,0 +1,4 @@
echo Compiling...
nasm -f bin boot.asm -o boot.bin
echo Compiled, starting VM...
qemu-system-i386 -drive format=raw,file=boot.bin