mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 22:59:33 +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
Notes:
sideshowbarker
2024-07-19 18:46:13 +09:00
Author: https://github.com/awesomekling
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