On Wed, Aug 15, 2001 at 09:30:34AM +0800, machael thailer wrote: > I am a newbie on linux-mips. I read the linux-mips sources codes and > cannot find where it builds the page tables (from Virtual address to > physical address mapping). > Can you point it out to me where I can find it? It only comes in the commercial edition ;-) Checkout the mm/ directory which contains most of the generic code. include/asm-mips/pgtable.h and arch/mips/mm/ contain most of the MIPS specific code. Ralf