[ros-diffs] 01/01: [NTOS:MM] Make x64 address space layout more like Vista+ - 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