Kernel: Add a remainder to refactor the initial ramdisk code

This commit is contained in:
apio 2022-11-09 16:07:49 +01:00
parent d76af10e70
commit 078f3f5862

View File

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