aboutsummaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-04 18:24:31 -0700
committerChristian Cunningham <cc@localhost>2022-02-04 18:24:31 -0700
commit13b2bf797bdf4fab0115675c4d2541fff05e285c (patch)
tree6b622ffe738a8eb76e0c0f7050fab13d1bf1acad /include/globals.h
parent6e7f93d6a09865937dde1124a6c3f36eebcd9d82 (diff)
Implemented new Real-Time friendly Memory Allocation Scheme
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h
index 2d1f7a4..423425f 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -9,6 +9,8 @@ extern unsigned long cntfrq;
extern char* os_name;
extern char* os_info_v;
+unsigned char kmem_begin[0x2000000];
+unsigned char kmem_lookup[0xD000];
extern unsigned long exe_cnt;
extern struct Mutex exe_cnt_m;
extern unsigned char rpi_heap[MAX_MM];