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
@@ -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