On Fri, Aug 17, 2001 at 06:09:48PM +0800, machael thailer wrote: > If I load the kernel to RAM address 0x80200000, is this a virtual address or > physical address at this time? Since my RAM can not be so large, I guess > this is virtual address,right? Should I enable MMU in my board > initializations? A virtual address in KSEG0. A MIPS MMU has no enable bit, it's always active. Ralf