all:
	nasm -f bin stage1/boot.asm -o ./bootsector.bin
	nasm -f bin stage2/main.asm -o ./boot.bin
