Implement MmZeroPages() routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-02-15 20:48:48 +01:00
parent b1c2b209e3
commit 9ea1be96db
3 changed files with 81 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ list(APPEND XTOSKRNL_SOURCE
${XTOSKRNL_SOURCE_DIR}/ke/${ARCH}/krnlinit.c
${XTOSKRNL_SOURCE_DIR}/ke/${ARCH}/proc.c
${XTOSKRNL_SOURCE_DIR}/mm/kpools.c
${XTOSKRNL_SOURCE_DIR}/mm/${ARCH}/pages.c
${XTOSKRNL_SOURCE_DIR}/rtl/atomic.c
${XTOSKRNL_SOURCE_DIR}/rtl/byteswap.c
${XTOSKRNL_SOURCE_DIR}/rtl/memory.c