View Single Post
  #3  
Old 05-20-2004, 16:55
ajron ajron is offline
Family
 
Join Date: Jan 2002
Location: Poland
Posts: 40
Rept. Given: 0
Rept. Rcvd 33 Times in 7 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
ajron Reputation: 33
Quote:
Originally Posted by peleon
I remember that I coulndn't access to non present pages from certain parts in Ring-0. Example, when processing interrupt requests.
I know that processing interrupts is the most restricted area .

Quote:
I guess that your problem might be in accesing those pages from a DEBUG_QUERY event, that as you well have read, it can cause page faults.
So I move code to other place, but with no positive result ;(.

Quote:
Could you first lock the pages with function like "PageLock", "LinPageLock" and friends?
I'll try with LinPageLock(), maybe it helps . Thanks.
Reply With Quote