Add skeleton for memory pool allocator

This commit is contained in:
2026-01-29 20:00:09 +01:00
parent fd29cf55ef
commit 7f6114f8e5
6 changed files with 85 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include XTOS_ARCH_HEADER(mm, paging.hh)
#include XTOS_ARCH_HEADER(mm, pte.hh)
#include <mm/alloc.hh>
#include <mm/colors.hh>
#include <mm/hlpool.hh>
#include <mm/kpool.hh>