diff options
author | Christian Cunningham <cc@localhost> | 2022-02-04 18:24:31 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-04 18:24:31 -0700 |
commit | 13b2bf797bdf4fab0115675c4d2541fff05e285c (patch) | |
tree | 6b622ffe738a8eb76e0c0f7050fab13d1bf1acad /src/sys | |
parent | 6e7f93d6a09865937dde1124a6c3f36eebcd9d82 (diff) |
Implemented new Real-Time friendly Memory Allocation Scheme
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/core.c b/src/sys/core.c index adfbd20..a42b581 100644 --- a/src/sys/core.c +++ b/src/sys/core.c @@ -4,6 +4,7 @@ #include <globals.h> #include <graphics/drawer.h> #include <graphics/lfb.h> +#include <lib/kmem.h> #include <lib/mem.h> #include <lib/strings.h> #include <symbols.h> |