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

@ -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"