Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

physical address (read/write) problem !!!

Status
Not open for further replies.

robbby

Programmer
Oct 2, 2003
1
BE
A question about api NtMapViewOfSection ...
(heu ... I live in Belgium, my English is very bad...
thank you for your comprehension, hi).
I would like to be able to read and write in a physical address, $$FEE000F0!
For example, with \Device\PhysicalMemory and api NtMapViewOfSection,
I can read and write in the GDT, not problem.
But if I give has NtMapViewOfSection the physical address $FEE000FE, I cannot reach this address.
NtMapViewOfSection gives me the code error C00000F4 !!!
I am in Ring0 and I would like to stop the spurious interrupt...
How to make to be able "to see" this physical address $FEE000F0???
Thank you has all.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top