git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: hook up the keyboard input into our vfs
[lunaix-os.git]
/
lunaix-os
/
kernel
/
mm
/
kalloc.c
diff --git
a/lunaix-os/kernel/mm/kalloc.c
b/lunaix-os/kernel/mm/kalloc.c
index ba00b09c8c2525f0a3f0d70b50dcdb2703205417..6b5b878d12a5b188270af05f0fa096de78a3a79e 100644
(file)
--- a/
lunaix-os/kernel/mm/kalloc.c
+++ b/
lunaix-os/kernel/mm/kalloc.c
@@
-59,7
+59,6
@@
lx_grow_heap(heap_context_t* heap, size_t sz);
Note: the brk always point to the beginning of epilogue.
*/
Note: the brk always point to the beginning of epilogue.
*/
-// FIXME: This should be per-process but not global!
static heap_context_t kheap;
int
static heap_context_t kheap;
int