summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-06 17:34:24 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-06 17:34:24 +0200
commit87082c29765034e804b77f18dbe3964b032d0167 (patch)
tree84e3403f01f19d627f90675c562e7d2c9710f418 /dev/ZKA/Sources
parentd7897106bb99a082a2066b2948a823da7059c755 (diff)
Kernel: Improvements and fixes have been done. (Amlal)
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/ZKA/Sources')
-rw-r--r--dev/ZKA/Sources/HardwareThreadScheduler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/Sources/HardwareThreadScheduler.cxx b/dev/ZKA/Sources/HardwareThreadScheduler.cxx
index 47c71192..cbe0cc46 100644
--- a/dev/ZKA/Sources/HardwareThreadScheduler.cxx
+++ b/dev/ZKA/Sources/HardwareThreadScheduler.cxx
@@ -107,7 +107,7 @@ namespace Kernel
}
else
{
- kcout << "Switching to task...\r";
+ kcout << "Switching to the Process's thread...\r";
mp_do_context_switch(image, stack_ptr, fStack);