Introduce page coloring support to memory manager

This commit is contained in:
2025-12-23 14:27:12 +01:00
parent c7cc536685
commit 288b2f8b24
5 changed files with 143 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/colors.hh>
#include <mm/hlpool.hh>
#include <mm/kpool.hh>
#include <mm/mmgr.hh>