summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 23:53:30 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 23:53:30 +0200
commitcc03f40d9fb1d68bfd945284a3ff5067dfd8475a (patch)
tree899b9cfae976c92579543653f904453fc1c2ab8f /Kernel/HALKit
parentfb0ca452cda3bdc4a13f278c115f2dcd9360d818 (diff)
[IMP] [unstable] User password hashing, and renamed newoskrnl.dll to newoskrnl.lib.
[IMP] [unstable] Using paths for usernames. Such as \Local\Super on 192.168.2.4 for example. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit')
-rw-r--r--Kernel/HALKit/AMD64/HalKernelMain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/HALKit/AMD64/HalKernelMain.cxx b/Kernel/HALKit/AMD64/HalKernelMain.cxx
index 020ee59d..e3bcb20c 100644
--- a/Kernel/HALKit/AMD64/HalKernelMain.cxx
+++ b/Kernel/HALKit/AMD64/HalKernelMain.cxx
@@ -243,7 +243,7 @@ void hal_real_init(void)
}
kTextOffsetY += 10;
- cg_write_text("LOADING SUBSYSTEMS...", kTextOffsetY, 10, RGB(0x00, 0x00, 0x00));
+ cg_write_text("LOADING SECURITY SUBSYSTEM...", kTextOffsetY, 10, RGB(0x00, 0x00, 0x00));
Kernel::ke_stop(RUNTIME_CHECK_BOOTSTRAP);
}