Define MM_HARDWARE_POOL_PAGE_COUNT

This commit is contained in:
2025-08-08 21:44:33 +02:00
committed by CodingWorkshop Signing Team
parent d7552f1dce
commit 39d8f82caf

View File

@@ -43,6 +43,9 @@
/* Kernel HAL heap initial start address */
#define MM_HARDWARE_HEAP_START_ADDRESS ((PVOID)(((ULONG_PTR)MM_HARDWARE_VA_START) + 1024 * 1024))
/* HAL memory pool page count */
#define MM_HARDWARE_POOL_PAGE_COUNT (4194304 / MM_PAGE_SIZE)
/* HAL memory pool virtual address start */
#define MM_HARDWARE_VA_START 0xFFC00000