From 0ff3f3c6f0773c7023b86bc829ff607e934bc2dc Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 21 Jan 2022 11:37:15 -0700 Subject: Renamed --- src/globals.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/globals.c') diff --git a/src/globals.c b/src/globals.c index d14103d..99aa48f 100644 --- a/src/globals.c +++ b/src/globals.c @@ -3,6 +3,7 @@ #include #include #include +char* os_name = "Jobbed"; #ifndef VERSION char* os_info_v = "?"; #else @@ -18,8 +19,6 @@ __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"))) unsigned long svcsp; -__attribute__((section(".bss"))) struct cpu_context svccpu; __attribute__((section(".bss"))) unsigned int gwidth; __attribute__((section(".bss"))) unsigned int gheight; __attribute__((section(".bss"))) unsigned int gpitch; -- cgit v1.2.1