Hi
My previous question was maybe too detailed and seemed complex or unclear. I
did not get any answer to it...
So I ask it again, but in a simpler way (I hope) :
From the DriverEntry of one of my boot drivers, I need to read some bytes in
conventional memory (below 640KB of physical address).
I can use MmMapIoSpace but this fails when I use WinXP Checked Build (ASSERT
(PointerPte->u.Hard.Valid == 0))
I need to be able to use a "Checked Build Valid" method to read bytes from
physical addresses below 640KB. This method must also be accepted by
DriverVerifier. These are customer requirements.
What is the correct method to read such bytes from boot drivers under
CheckedBuild and with DriverVerifier under free build?
Thanks in advance for your help