mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Change MM_SYSTEM_SPACE_START to 0xFFFFF88000000000 - Move MI_DEBUG_MAPPING to the end of the system PTE range - Add MI_SYSTEM_CACHE_START and MI_SYSTEM_CACHE_END, which is in the range that Vista uses as dynamic VA space for cache and other allocations - Wrap x86 specific code that makes now invalid assumptions about the address space layout in #ifdef _M_IX86