On May 4, 2005, at 3:22 PM, Marcelo Tosatti wrote: > I'm trying to boot a kernel which does not create kernel pte's > from 0xc000000 till 0xc080000.
The kernel will always (and must) create PTEs for all VM spaces, It's our choice to not use them. In the case of Pinned entries, what is supposed to happen is we load an entry that covers a large space. Since we never get a miss fault, we never look at the PTE tables to load something different. Thanks. -- Dan