Date: Wed, 21 Jan 2004 09:19:52 +0100 From: Uwe Doering <gemini@geminix.org> To: freebsd-stable@freebsd.org Subject: Re: Where are defaults for kernel variables? Message-ID: <400E3628.8050601@geminix.org> In-Reply-To: <20040120132533.GA24163@neuron.tuke.sk> References: <20040120132533.GA24163@neuron.tuke.sk>
next in thread | previous in thread | raw e-mail | index | archive | help
Jozef Babjak wrote: > Hi! > > Where can I find default values for kernel variables which is tunable in > kernel config file? Some values are in LINT file, for example > > options PMAP_SHPGPERPROC=201 > > or > > options KVA_PAGES=260 > > but are these default values? No, these are usually not the defaults, just examples. I haven't found a complete list so far. I could be wrong, but I think part of the problem is that the majority of kernel developers doesn't feel obligated to document the variables they introduced somewhere outside the kernel. So if you can't find any third-party documentation about a particular variable you probably have to consult the kernel sources, not only about the default values but also about the semantics of these variables. That's what I did in the past. Uwe -- Uwe Doering | EscapeBox - Managed On-Demand UNIX Servers gemini@geminix.org | http://www.escapebox.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?400E3628.8050601>