2006-03-22 15:29:15

by Xin Zhao

[permalink] [raw]
Subject: question regarding to read memory in page fault handler

Hi,

I want to read the page content after the page fault handler load a
page. I know the memory address. Can I simply copy the data from that
address to my destination buffer using memcpy()? I tried, but there
must be somthing wrong, the result is not right. :(

Thanks in advance!
Xin