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.