commit 622e9826de265563f16e453c4484575c1651da4a
parent 5b24ca7903d9387f6c01276fbc14eb8f61b97c97
Author: Roberto E. Vargas Caballero <roberto.vargas@midokura.com>
Date: Sat, 19 Nov 2022 10:10:45 +0100
os9: Add additional debug information in iproc()
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/os9/proc.c b/src/os9/proc.c
@@ -618,4 +618,6 @@ iproc(void)
if ((tp = inittask()) == NULL)
panic("init task failed");
proc = tp;
+
+ kprint("%d availabe task slots\n", NR_TASKS);
}