summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-08 14:13:01 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-08 14:13:01 +0200
commit11219de11b35cb4f1e1a27408244243b11b41e05 (patch)
treea29f9f9d6a69e5ba721dd03023d6d1ea8e632b20 /dev/ZKA
parent591335ea0cf843c198ef8f75c3adbbf6a733e14f (diff)
Tiny refactors, changes soon.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/ZKA')
-rw-r--r--dev/ZKA/NewKit/Macros.hxx2
-rw-r--r--dev/ZKA/Sources/ExeMain.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKA/NewKit/Macros.hxx b/dev/ZKA/NewKit/Macros.hxx
index 9643ae67..3bfe7cad 100644
--- a/dev/ZKA/NewKit/Macros.hxx
+++ b/dev/ZKA/NewKit/Macros.hxx
@@ -127,4 +127,4 @@
#define kSysChime "\\System\\startup.wav"
/// @brief The main system loader.
-#define kSysLdr "SystemLdr"
+#define kSysProcess "ZKA AUTHORITY\\KERNEL"
diff --git a/dev/ZKA/Sources/ExeMain.cxx b/dev/ZKA/Sources/ExeMain.cxx
index ff2bad02..2ac752ad 100644
--- a/dev/ZKA/Sources/ExeMain.cxx
+++ b/dev/ZKA/Sources/ExeMain.cxx
@@ -144,7 +144,7 @@ EXTERN_C Kernel::Void ke_dll_entrypoint(Kernel::Void)
CG::CGDrawWindowList(&cKernelWnd, 1);
CG::CGDrawStringToWnd(cKernelWnd, "Running: ", 10, 10, RGB(0, 0, 0));
- CG::CGDrawStringToWnd(cKernelWnd, kSysLdr, 10, 10 + (FONT_SIZE_X * Kernel::rt_string_len("Running: ")), RGB(0, 0, 0));
+ CG::CGDrawStringToWnd(cKernelWnd, kSysProcess, 10, 10 + (FONT_SIZE_X * Kernel::rt_string_len("Running: ")), RGB(0, 0, 0));
while (Yes)
{