mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:28:12 +00:00
Add a way to initialize VFS globals.
This is needed since the kernel loader doesn't even zero out bss, much less call any static constructors.
This commit is contained in:
parent
97e0d75bcb
commit
2d1d01661b
4 changed files with 16 additions and 2 deletions
|
@ -14,6 +14,8 @@ class FileSystem;
|
|||
|
||||
class VirtualFileSystem {
|
||||
public:
|
||||
static void initializeGlobals();
|
||||
|
||||
struct Node {
|
||||
InodeIdentifier inode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue