summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources/ProcessScheduler.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-27 19:37:29 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-27 19:37:29 +0200
commitc9e0e4b6058f833f39c2193e217dc38f4edd8b82 (patch)
tree7eadd57a88b51fc70ffd2668c7adc29386650e91 /dev/ZKA/Sources/ProcessScheduler.cxx
parentfdbcbba07cac3dbf9ef377f2f5248dd662f6babd (diff)
[WIP] Finishing SMP support, and then working on system driver and
loader. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Sources/ProcessScheduler.cxx')
-rw-r--r--dev/ZKA/Sources/ProcessScheduler.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev/ZKA/Sources/ProcessScheduler.cxx b/dev/ZKA/Sources/ProcessScheduler.cxx
index 965c5eb1..4186808e 100644
--- a/dev/ZKA/Sources/ProcessScheduler.cxx
+++ b/dev/ZKA/Sources/ProcessScheduler.cxx
@@ -314,8 +314,6 @@ namespace Kernel
/// @return
SizeT ProcessScheduler::Run() noexcept
{
- kcout << "newoskrnl: Entering scheduler control..\r";
-
SizeT process_index = 0; //! we store this guy to tell the scheduler how many
//! things we have scheduled.
@@ -352,8 +350,6 @@ namespace Kernel
}
}
- kcout << "newoskrnl: Exiting scheduler control..\r";
-
return process_index;
}