boot.bin: boot.asm nasm -o boot.bin boot.asm run: boot.bin qemu-system-x86_64 boot.bin clean: rm boot.bin