X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/fef29e9e993e62f025d8cbfeb6b8d51588083b7e..fdb1a59e488e5cab8a47e6852b47ada116e08825:/lunaix-os/kernel/mm/kalloc.c diff --git a/lunaix-os/kernel/mm/kalloc.c b/lunaix-os/kernel/mm/kalloc.c index e9f0564..16c1d82 100644 --- a/lunaix-os/kernel/mm/kalloc.c +++ b/lunaix-os/kernel/mm/kalloc.c @@ -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*