X-Git-Url: http://git.dujemihanovic.xyz/projects?a=blobdiff_plain;f=Makefile;h=8d4b3653f3c8f16c9749254f8908bf568e48b17d;hb=6c6312e540a570d376aae5551626128fcc1cd1c6;hp=9d1c34475a160d1bb3af2d6fd2ff3f28feb0169e;hpb=63853960825f007827a79f704d291c372c807096;p=nameless-os.git diff --git a/Makefile b/Makefile index 9d1c344..8d4b365 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ boot.img: boot/x86/boot kernel/kernel.bin cat boot/x86/boot kernel/kernel.bin > $@ truncate -s1440K $@ -boot/x86/boot: boot/x86/boot.s boot/x86/a20.s boot/x86/protected.s +boot/x86/boot: boot/x86/boot.s boot/x86/a20.s boot/x86/protected.s boot/x86/print.s $(AS) -f bin boot/x86/boot.s -o $@ kernel/kernel.bin: ${KERNEL_OBJ}