Adjust kernel build location

This commit is contained in:
Jeremy Soller
2017-05-10 21:29:22 -06:00
parent 5e5e080d61
commit 787f0184fa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ align 512, db 0
startup_end:
kernel_file:
incbin "build/kernel/kernel"
incbin "build/kernel"
align 512, db 0
.end:
.length equ kernel_file.end - kernel_file
+1 -1
View File
@@ -12,7 +12,7 @@ align 512, db 0
startup_end:
kernel_file:
incbin "build/kernel/kernel_live"
incbin "build/kernel_live"
align 512, db 0
.end:
.length equ kernel_file.end - kernel_file