Implement PFN database initialization and memory descriptor processing

This commit is contained in:
2025-12-28 23:25:07 +01:00
committed by CodingWorkshop Signing Team
parent f33fa0fdaf
commit 75dfcec5a6
12 changed files with 841 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ list(APPEND XTOSKRNL_SOURCE
${XTOSKRNL_SOURCE_DIR}/mm/${ARCH}/mmgr.cc
${XTOSKRNL_SOURCE_DIR}/mm/${ARCH}/pagemap.cc
${XTOSKRNL_SOURCE_DIR}/mm/${ARCH}/paging.cc
${XTOSKRNL_SOURCE_DIR}/mm/${ARCH}/pfn.cc
${XTOSKRNL_SOURCE_DIR}/mm/${ARCH}/pte.cc
${XTOSKRNL_SOURCE_DIR}/mm/colors.cc
${XTOSKRNL_SOURCE_DIR}/mm/data.cc