diff --git a/Makefile b/Makefile index 91de722..117f3f5 100755 --- a/Makefile +++ b/Makefile @@ -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