Move ELFLoader code into Kernel/.

This commit is contained in:
Andreas Kling 2018-12-02 20:27:08 +01:00
commit 44036f32bc
Notes: sideshowbarker 2024-07-19 16:09:24 +09:00
10 changed files with 5 additions and 27 deletions

View file

@ -6,7 +6,7 @@
#include "system.h"
#include <VirtualFileSystem/FileDescriptor.h>
#include <VirtualFileSystem/VirtualFileSystem.h>
#include <ELFLoader/ELFLoader.h>
#include "ELFLoader.h"
#include "MemoryManager.h"
#include "errno.h"
#include "i8253.h"