aboutsummaryrefslogtreecommitdiff
path: root/src/globals.c
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-21 11:37:15 -0700
committerChristian Cunningham <cc@localhost>2022-01-21 11:37:15 -0700
commit0ff3f3c6f0773c7023b86bc829ff607e934bc2dc (patch)
treedd099e8d8b8c0db18362eeaba40e43d7e964713c /src/globals.c
parent9a9331a96509771d7d80e65039021613ba7b3601 (diff)
Renamed
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;