From 921398936d989aef06be8d869d9162e3d9b294b3 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 13 Feb 2022 13:22:43 -0700 Subject: Output the count of the task stacks --- include/globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/globals.h') diff --git a/include/globals.h b/include/globals.h index 4304a15..156968a 100644 --- a/include/globals.h +++ b/include/globals.h @@ -11,6 +11,7 @@ extern char* os_info_v; extern unsigned char kmem_begin[0x2000000]; extern unsigned char kmem_lookup[0xD000]; extern unsigned long nextpid; +extern unsigned long sched_stack_count; extern unsigned long stimel; extern unsigned long stimeh; extern struct Drawer g_Drawer; -- cgit v1.2.1