Move elf loader into the init loader in the kernel

This commit is contained in:
Drew Galbraith 2023-06-07 00:08:21 -07:00
parent 23895b5c6c
commit eb454300e6
6 changed files with 60 additions and 80 deletions

View file

@ -7,7 +7,6 @@ add_executable(zion
interrupt/interrupt.cpp
interrupt/interrupt_enter.s
interrupt/timer.cpp
loader/elf_loader.cpp
loader/init_loader.cpp
memory/kernel_heap.cpp
memory/kernel_stack_manager.cpp