--- Guillaume Thouvenin <guillaume.thouvenin@polymtl.ca> wrote: > Another question with kernel virtual memory. Is "mem_map" > global table storing > pages that represent the whole kernel virtual area? In > fact I don't see if it is > just for kernel pages or for both (kernel and user). mem_map has one entry for each phyiscal page in the system. It does not represent any virtual address space. -Ravi. __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/