diff options
| -rw-r--r-- | Private/Root/Mount/.gitkeep | 0 | ||||
| -rw-r--r-- | Private/Source/RuntimeMain.cxx | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Private/Root/Mount/.gitkeep b/Private/Root/Mount/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/Private/Root/Mount/.gitkeep diff --git a/Private/Source/RuntimeMain.cxx b/Private/Source/RuntimeMain.cxx index 94f8ba67..02a7ce09 100644 --- a/Private/Source/RuntimeMain.cxx +++ b/Private/Source/RuntimeMain.cxx @@ -25,11 +25,11 @@ extern "C" void RuntimeMain() { __SYSTEM_INIT[index_init](); } - MUST_PASS(HCore::ke_init_hal()); - HCore::ke_init_heap(); HCore::ke_init_ke_heap(); + MUST_PASS(HCore::ke_init_hal()); + HCore::IFilesystemManager::Mount(new HCore::NewFilesystemManager()); HCore::PEFLoader img("/System/Shell.exe"); |
