Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git] / lunaix-os / kernel / mm / pmalloc_buddy.c
diff --git a/lunaix-os/kernel/mm/pmalloc_buddy.c b/lunaix-os/kernel/mm/pmalloc_buddy.c
new file mode 100644 (file)
index 0000000..06ffc55
--- /dev/null
@@ -0,0 +1,9 @@
+#include "pmm_internal.h"
+
+// Classic buddy allocator
+
+#ifdef CONFIG_PMALLOC_BUDDY
+
+// TODO
+
+#endif
\ No newline at end of file