Define MM_HARDWARE_POOL_PAGE_COUNT
This commit is contained in:
parent
d7552f1dce
commit
39d8f82caf
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user