On 03/30/2011 01:47, fuzhli wrote:
> Hi, Alan
> I'm study the "Revision 187465" : "Prepare for a larger kernel virtual
> address space". After read some relative source code, I have an
> question about the macro NKPT on amd64: why 32 is enough for the
> kernel page table pages? Do it means that the range (KERNBASE,
> virtual_avail) should always less than 64MB( 32 * 2MB)?

NKPT sets the size of the kernel page table during the earliest part of
the kernel's initialization. After that, the size of the page table
grows dynamically according to usage.

Regards,
Alan

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to