summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-11-26 03:49:59 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-11-26 03:49:59 +0000
commit17a4793a19e9523ebe9a25dd382c68377e139f63 (patch)
tree8f3f77fecb6cf352911626b519dcb1aa6ad1291d
parent746509ce98e72da75d9256c18a32460c9b6dbc82 (diff)
Notes
-rw-r--r--sys/boot/forth/loader.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index cd5bf218b922..fbbd5e79af1c 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -70,6 +70,7 @@ module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path
### Kernel tunables ########################################
##############################################################
+#kern.maxusers="32" # Set size of various static tables
#kern.ipc.nmbclusters="" # Set the number of mbuf clusters
#kern.vm.kmem.size="" # Sets the size of kernel memory (bytes)
#machdep.pccard.pcic_irq="0" # Assigns PCCARD controller IRQ (0=polled)