Kernel: Add a remainder to refactor the initial ramdisk code
This commit is contained in:
parent
d76af10e70
commit
078f3f5862
@ -12,6 +12,8 @@
|
||||
#include "std/string.h"
|
||||
#include "utils/StringParsing.h"
|
||||
|
||||
// FIXME: A lot of this code was written before the VFS was created and thus is quite messy and assumes other stuff.
|
||||
|
||||
extern BOOTBOOT bootboot;
|
||||
|
||||
static void* initrd_base;
|
||||
|
Loading…
Reference in New Issue
Block a user