Skip to content
Snippets Groups Projects
Commit 787f0184 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Adjust kernel build location

parent 5e5e080d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment