Kernel: Move initrd into the fs/ folder
It makes more sense to put it in there.
This commit is contained in:
parent
60bd8d9418
commit
d76af10e70
@ -1,6 +1,6 @@
|
||||
#define MODULE "initrd"
|
||||
|
||||
#include "init/InitRD.h"
|
||||
#include "fs/InitRD.h"
|
||||
#include "bootboot.h"
|
||||
#include "fs/VFS.h"
|
||||
#include "io/Serial.h"
|
@ -3,7 +3,7 @@
|
||||
#include "init/Init.h"
|
||||
#include "bootboot.h"
|
||||
#include "cpu/CPU.h"
|
||||
#include "init/InitRD.h"
|
||||
#include "fs/InitRD.h"
|
||||
#include "interrupts/Interrupts.h"
|
||||
#include "io/Serial.h"
|
||||
#include "log/Log.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define MODULE "panic"
|
||||
|
||||
#include "panic/Panic.h"
|
||||
#include "init/InitRD.h"
|
||||
#include "fs/InitRD.h"
|
||||
#include "interrupts/IDT.h"
|
||||
#include "io/PIC.h"
|
||||
#include "log/Log.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "render/TextRenderer.h"
|
||||
#include "bootboot.h"
|
||||
#include "font.h"
|
||||
#include "init/InitRD.h"
|
||||
#include "fs/InitRD.h"
|
||||
#include "io/Serial.h"
|
||||
#include "log/Log.h"
|
||||
#include "render/Framebuffer.h"
|
||||
|
@ -1,8 +1,8 @@
|
||||
#define MODULE "elf"
|
||||
|
||||
#include "sys/elf/ELFLoader.h"
|
||||
#include "fs/InitRD.h"
|
||||
#include "fs/VFS.h"
|
||||
#include "init/InitRD.h"
|
||||
#include "log/Log.h"
|
||||
#include "memory/Memory.h"
|
||||
#include "memory/MemoryManager.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "trace/Resolve.h"
|
||||
#include "init/InitRD.h"
|
||||
#include "fs/InitRD.h"
|
||||
#include "std/stdlib.h"
|
||||
#include "std/string.h"
|
||||
#include <stddef.h>
|
||||
|
Loading…
Reference in New Issue
Block a user