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

Remove hardcoded kernel/filesystem

parent 787f0184
No related branches found
No related tags found
No related merge requests found
File moved
%include "bootsector.asm"
startup_start:
%ifdef ARCH_i386
%include "startup-i386.asm"
%endif
%ifdef ARCH_x86_64
%include "startup-x86_64.asm"
%endif
align 512, db 0
startup_end:
kernel_file:
incbin "build/kernel_live"
align 512, db 0
.end:
.length equ kernel_file.end - kernel_file
.length_sectors equ .length / 512
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