Introduce page coloring support to memory manager

This commit is contained in:
2025-12-23 14:27:12 +01:00
committed by CodingWorkshop Signing Team
parent b32c66110b
commit 4192e93157
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>