summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/ProcessManager.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-12 14:00:22 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-12 14:00:22 +0100
commit6926ed5c2da1e8928e14fe38ffd431fe37694fb1 (patch)
tree8aeba939d3c25050b2e03c8fdec46d12492b41ba /Private/KernelKit/ProcessManager.hpp
parent4cbf035a563861ded9f1b821b6d54f9cbf6271f3 (diff)
HCR-15: Loading HCoreStage2.exe into memory.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/ProcessManager.hpp')
-rw-r--r--Private/KernelKit/ProcessManager.hpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/Private/KernelKit/ProcessManager.hpp b/Private/KernelKit/ProcessManager.hpp
index c57f09c1..e6d86959 100644
--- a/Private/KernelKit/ProcessManager.hpp
+++ b/Private/KernelKit/ProcessManager.hpp
@@ -19,7 +19,11 @@
#define kMinMicroTime AffinityKind::kHartStandard
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////
+
+// LAST REV: Mon Feb 12 13:52:01 CET 2024
+
+////////////////////////////////////////////////////
namespace HCore {
//! @brief Process identifier.
@@ -215,6 +219,10 @@ const Int32 &rt_get_exit_code() noexcept;
#include <KernelKit/ThreadLocalStorage.hxx>
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////
+
+// END
+
+////////////////////////////////////////////////////
#endif /* ifndef __PROCESS_MANAGER__ */