From 367e20fa0c6f15e60d943cf222d41414fffd2318 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 21 Jan 2022 13:01:58 -0700 Subject: Added scheduling logic --- src/globals.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/globals.c') diff --git a/src/globals.c b/src/globals.c index 99aa48f..1313bd9 100644 --- a/src/globals.c +++ b/src/globals.c @@ -19,6 +19,7 @@ __attribute__((section(".bss"))) unsigned long stimel; __attribute__((section(".bss"))) unsigned long stimeh; __attribute__((section(".bss"))) struct Drawer g_Drawer; __attribute__((section(".bss"))) struct Scheduler scheduler; +__attribute__((section(".bss"))) struct Thread usrloopthread; __attribute__((section(".bss"))) unsigned int gwidth; __attribute__((section(".bss"))) unsigned int gheight; __attribute__((section(".bss"))) unsigned int gpitch; -- cgit v1.2.1