HeckerOS/compile.sh

4 lines
129 B
Bash
Raw Normal View History

2024-09-21 14:10:51 -04:00
echo Compiling...
nasm -f bin boot.asm -o boot.bin
echo Compiled, starting VM...
qemu-system-i386 -drive format=raw,file=boot.bin