all: as -o boot.o boot.s ld -o boot.bin --oformat binary -e init boot.o run: qemu-system-x86_64 boot.bin