@ -11,7 +11,7 @@ build/$(TARGET).bin: build/kernel.bin
#Create an empty .bin file.
@dd if=/dev/zero of=$@ bs=1024 count=512
# Add the bios module at offset 0x000000
# Add the kernel module at offset 0x000000
@dd if=build/kernel.bin of=$@ conv=notrunc
.PHONY: clean