From 849af3db3b0d0c1edd3d32359be21785e3465bf2 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 19 Aug 2024 11:08:35 +0200 Subject: [IMP] + Add the thread header block, which contains informations about a list of threads inside a process. + Add WINDOW structure to keep track of Windows as well. Signed-off-by: Amlal El Mahrouss --- dev/ZKA/KernelKit/ProcessScheduler.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZKA/KernelKit') diff --git a/dev/ZKA/KernelKit/ProcessScheduler.hxx b/dev/ZKA/KernelKit/ProcessScheduler.hxx index 277334cc..c74dee6a 100644 --- a/dev/ZKA/KernelKit/ProcessScheduler.hxx +++ b/dev/ZKA/KernelKit/ProcessScheduler.hxx @@ -28,7 +28,7 @@ namespace Kernel { //! @brief Forward declarations. struct PROCESS_HEADER_BLOCK; - + class PEFSharedObjectInterface; class ProcessTeam; class ProcessScheduler; @@ -143,7 +143,7 @@ namespace Kernel const Int32& GetExitCode() noexcept; public: - Char Name[kProcessLen] = {"PROCESS"}; + Char Name[kProcessLen] = {"PROCESS #0 (TEAM 0)"}; ProcessSubsystem SubSystem{ProcessSubsystem::eProcessSubsystemInvalid}; ProcessLevelRing Selector{ProcessLevelRing::kRingStdUser}; HAL::StackFramePtr StackFrame{nullptr}; -- cgit v1.2.3