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
Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git]
/
lunaix-os
/
kernel
/
mm
/
pmalloc_ncontig.c
diff --git a/lunaix-os/kernel/mm/pmalloc_ncontig.c
b/lunaix-os/kernel/mm/pmalloc_ncontig.c
new file mode 100644
(file)
index 0000000..
08ad882
--- /dev/null
+++ b/
lunaix-os/kernel/mm/pmalloc_ncontig.c
@@ -0,0
+1,9
@@
+#include "pmm_internal.h"
+
+// NContig Allocator (simplified boundary tag allocator)
+
+#ifdef CONFIG_PMALLOC_NCONTIG
+
+// TODO
+
+#endif
\ No newline at end of file