feat: hook up the keyboard input into our vfs
[lunaix-os.git] / lunaix-os / kernel / mm / kalloc.c
index ba00b09c8c2525f0a3f0d70b50dcdb2703205417..6b5b878d12a5b188270af05f0fa096de78a3a79e 100644 (file)
@@ -59,7 +59,6 @@ lx_grow_heap(heap_context_t* heap, size_t sz);
     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