summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-10 16:47:14 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-10 16:47:14 +0200
commit9a0184dae5723488daf16c86ee8a3741cd70f894 (patch)
treec62a21c453853b78a012666a7235c5b300a856d2 /Kernel/HALKit
parent8a2cab86eb8723b2f8b4f85c5d09d764003087a3 (diff)
[IMP] Many fixes inside kernel DLL, fixing filesystem now.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit')
-rw-r--r--Kernel/HALKit/AMD64/HalKernelMain.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/HALKit/AMD64/HalKernelMain.cxx b/Kernel/HALKit/AMD64/HalKernelMain.cxx
index 495cb0be..01153c0e 100644
--- a/Kernel/HALKit/AMD64/HalKernelMain.cxx
+++ b/Kernel/HALKit/AMD64/HalKernelMain.cxx
@@ -224,7 +224,6 @@ Kernel::Void hal_real_init(Kernel::Void) noexcept
const auto cPassword = "password";
#endif
-
cRoot->TrySave(cPassword);
Kernel::UserManager::The()->TryLogIn(cRoot, cPassword);