Results 1 to 3 of 3
when kernel page tables are accessed, kernel directly refers to the stuct page using mem_map array...
but when user page tables are accessed, it directly accesses pte entry and take ...
- 06-10-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 55
struct page data structure
when kernel page tables are accessed, kernel directly refers to the stuct page using mem_map array...
but when user page tables are accessed, it directly accesses pte entry and take the further action....
doesnt it need to access struct page in that case ? why ?
- 06-10-2008 #2Just Joined!
- Join Date
- Jun 2008
- Posts
- 39
What kernel are you running for this question? Shell command "uname -r".
- 06-11-2008 #3Just Joined!
- Join Date
- May 2008
- Posts
- 55
kernel is : 2.6.5-7.201-bigsmp
I do not understand, how does it depend on kernel.....
the question refers to the kernel internals specially to memory management...
which is almost the same for 2.4 and 2.6 I suppose.


Reply With Quote
