Re: How to know which kernel I am working with?

2007-11-18 Thread Jacky(GuangXiang Lee)
cat /proc/version hxsrmeng 写道: Hi all, I have several kernels in my box. How to know which kernel I am working with? The only way I know is to use uname -r , is there any other way? Thanks. -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to [EMAIL

Re: flat sparse memory mode

2007-11-14 Thread Jacky(GuangXiang Lee)
Peter Teoh 写道: On Nov 13, 2007 8:58 PM, Jacky(GuangXiang Lee) [EMAIL PROTECTED] wrote: hi , what is flat memory and sparse memory, and their difference? thanks. Sorry, I did not read the source code, neither any paper/article on this feature yet for lack of time...just purely my

flat sparse memory mode

2007-11-13 Thread Jacky(GuangXiang Lee)
hi , what is flat memory and sparse memory, and their difference? thanks. -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

Re: Page Cache

2007-11-09 Thread Jacky(GuangXiang Lee)
Wang Yu 写道: Hi, all First, I want to verify a statement: every opened file has a page cache in memory, there is a struct address_space object associated with it and the inode of the opened file has a field i_mapping pointing to the page cache. If processes in system read or write N files

Re: process page tables

2007-10-16 Thread Jacky(GuangXiang Lee)
- Original Message - From: 李一 To: Mulyadi Santosa Cc: kernelnewbies@nl.linux.org Sent: Tuesday, October 16, 2007 2:00 PM Subject: Re: process page tables On 10/16/07, Mulyadi Santosa [EMAIL PROTECTED] wrote: Hi... I am new to Linux MM. Can someone answer my