Wednesday, 7 August 2013

how to read retrun value of mmap

how to read retrun value of mmap

I'm new to this topic, I have mmaped 3 pages. How can I read the content
of each? I know I have to use PAGE_SHIFT but I don't know how.
unsigned int* address = mmap(...)

No comments:

Post a Comment