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