NetBSD/sys/vm
thorpej eb9cbbe294 Add some very simple code to auto-size the kmem_map. We take the
amount of physical memory, divide it by 4, and then allow machine
dependent code to place upper and lower bounds on the size.  Export
the computed value to userspace via the new "vm.nkmempages" sysctl.

NKMEMCLUSTERS is now deprecated and will generate an error if you
attempt to use it.  The new option, should you choose to use it,
is called NKMEMPAGES, and two new options NKMEMPAGES_MIN and
NKMEMPAGES_MAX allow the user to configure the bounds in the kernel
config file.
2000-02-11 19:22:52 +00:00
..
Makefile
pglist.h
pmap.h
vm.h
vm_conf.h
vm_extern.h
vm_inherit.h
vm_kern.h
vm_map.h
vm_object.h
vm_page.h I should have made uvm_page_physload() take paddr_t's instead of vaddr_t's. 1999-12-30 16:09:47 +00:00
vm_pageout.h
vm_pager.h
vm_param.h Add some very simple code to auto-size the kmem_map. We take the 2000-02-11 19:22:52 +00:00
vm_prot.h
vm_swap.h