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
|
|
@ -5,7 +5,6 @@
|
|||
#include "debug/debug.h"
|
||||
#include "include/zcall.h"
|
||||
#include "include/zerrors.h"
|
||||
#include "loader/elf_loader.h"
|
||||
#include "object/process.h"
|
||||
#include "scheduler/process_manager.h"
|
||||
#include "scheduler/scheduler.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue