diff --git a/compile.sh b/compile.sh new file mode 100644 index 0000000..4eb6e73 --- /dev/null +++ b/compile.sh @@ -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 \ No newline at end of file