aboutsummaryrefslogtreecommitdiff
path: root/src/globals.c
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-21 13:01:58 -0700
committerChristian Cunningham <cc@localhost>2022-01-21 13:01:58 -0700
commit367e20fa0c6f15e60d943cf222d41414fffd2318 (patch)
tree0ebd3266233eb49afeb42d84d97b9a7c93ea60eb /src/globals.c
parented7b9318bc9ac285250b117f87f47fe7f84af51b (diff)
Added scheduling logic
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c1
1 files changed, 1 insertions, 0 deletions
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;