diff options
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/RuntimeMain.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |
