I'm trying to map a virtual memory page using VirtualAlloc, but it's an specific address outside 8TB Windows 7 64 bits allowed range, i've read at Windows Internals book this address range is used for "page table self mapping structures", anyway,is there any way i could map a memory page with the 0x7ffffffff000 address?
Asked
Active
Viewed 151 times
0
-
Do you mean you're trying to map a physical memory page whose physical absolute address you know? – David Schwartz Jul 08 '12 at 00:56
-
I'm trying to map a virtual mem page – user615741 Jul 08 '12 at 01:38