]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - Makefile
Enable A20 gate
[nameless-os.git] / Makefile
index 9d1c34475a160d1bb3af2d6fd2ff3f28feb0169e..8d4b3653f3c8f16c9749254f8908bf568e48b17d 100644 (file)
--- 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}