Implement early page table mapping routines

This commit is contained in:
2025-12-15 13:24:02 +01:00
committed by CodingWorkshop Signing Team
parent d27954091a
commit 329c22ae82
4 changed files with 286 additions and 0 deletions

View File

@@ -18,5 +18,6 @@
#include <mm/kpool.hh>
#include <mm/mmgr.hh>
#include <mm/pfn.hh>
#include <mm/pte.hh>
#endif /* __XTOSKRNL_MM_HH */