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
Implement (half) simple semaphore & mutex lock, and ...
[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 e9f05648c6caf00ade4abb92f3fcbe56fac5ad36..16c1d8286ba9164c7a5a0753b4a5853a2de01557 100644
(file)
--- a/
lunaix-os/kernel/mm/kalloc.c
+++ b/
lunaix-os/kernel/mm/kalloc.c
@@
-23,6
+23,7
@@
extern uint8_t __kernel_heap_start;
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*
static heap_context_t __kalloc_kheap;
void*