aboutsummaryrefslogtreecommitdiff
path: root/src/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c3
1 files changed, 1 insertions, 2 deletions
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 <util/mutex.h>
#include <graphics/drawer.h>
#include <sys/schedule.h>
+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;