From d7112cd6909640afd7609b3a142bc6ecf921ee25 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Jan 2024 08:46:09 +0100 Subject: Kernel: Breaking changes, see source code. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/ProcessManager.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Private/KernelKit/ProcessManager.hpp') diff --git a/Private/KernelKit/ProcessManager.hpp b/Private/KernelKit/ProcessManager.hpp index 89f94941..fec44adf 100644 --- a/Private/KernelKit/ProcessManager.hpp +++ b/Private/KernelKit/ProcessManager.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * hCore + * HCore * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== @@ -21,7 +21,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace hCore +namespace HCore { //! @brief Process identifier. typedef Int64 ProcessID; @@ -124,7 +124,7 @@ class Process final void AssignStart(UIntPtr &imageStart) noexcept; public: - Char Name[kProcessLen] = {"hCore Process"}; + Char Name[kProcessLen] = {"HCore Process"}; ProcessSubsystem SubSystem; ProcessSelector Selector; HAL::StackFrame *StackFrame{nullptr}; @@ -228,7 +228,7 @@ class ProcessHelper final }; const Int32 &rt_get_exit_code() noexcept; -} // namespace hCore +} // namespace HCore #include -- cgit v1.2.3