Move elf loader into the init loader in the kernel
This commit is contained in:
parent
23895b5c6c
commit
eb454300e6
6 changed files with 60 additions and 80 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue