From 933d1ef6721903895b15c45917a0fc705763fbf5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 19 Aug 2024 10:14:36 +0200 Subject: [IMP] + Fixed big parts of the user manager's code. + Fixed New FS kernel support. + Allocate 2GB of RAM for kernel. - Reported bug to Jira regarding UserManager's TryLogin method. Signed-off-by: Amlal El Mahrouss --- dev/ZKA/Sources/ProcessScheduler.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/ZKA/Sources/ProcessScheduler.cxx') diff --git a/dev/ZKA/Sources/ProcessScheduler.cxx b/dev/ZKA/Sources/ProcessScheduler.cxx index 8ca94b60..a979c413 100644 --- a/dev/ZKA/Sources/ProcessScheduler.cxx +++ b/dev/ZKA/Sources/ProcessScheduler.cxx @@ -51,6 +51,7 @@ namespace Kernel if (Kernel::ProcessScheduler::The().Leak().CurrentTeam().AsArray().Count() < 1) { kcout << "*** BAD PROCESS ***\rTerminating as we are the only process...\r"; + ke_stop(RUNTIME_CHECK_PROCESS); } -- cgit v1.2.3