Add compile.sh
This commit is contained in:
parent
7c3cfdceb7
commit
639a87005d
|
@ -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
|
Loading…
Reference in New Issue