Implement (half) simple semaphore & mutex lock, and ...
[lunaix-os.git] / lunaix-os / kernel / mm / kalloc.c
index e9f05648c6caf00ade4abb92f3fcbe56fac5ad36..16c1d8286ba9164c7a5a0753b4a5853a2de01557 100644 (file)
@@ -23,6 +23,7 @@
 
 extern uint8_t __kernel_heap_start;
 
+// FIXME: This should go to PCB once we're started to support multitasking
 static heap_context_t __kalloc_kheap;
 
 void*