mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 01:03:08 +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
|
@ -23,6 +23,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
|
||||
|
||||
/* FIXME: These are different for PAE */
|
||||
#define PTE_BASE 0xC0000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue