mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[NTOS:MM] Make debug code in MmArmInitSystem portable
This commit is contained in:
parent
11c78f701d
commit
18cd763160
3 changed files with 4 additions and 4 deletions
|
@ -14,6 +14,7 @@
|
|||
#define MI_PAGED_POOL_START (PVOID)0xE1000000
|
||||
#define MI_NONPAGED_POOL_END (PVOID)0xFFBE0000
|
||||
#define MI_DEBUG_MAPPING (PVOID)0xFFBFF000
|
||||
#define MI_HIGHEST_SYSTEM_ADDRESS (PVOID)0xFFFFFFFF
|
||||
|
||||
#define PTE_PER_PAGE 256
|
||||
#define PDE_PER_PAGE 4096
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue