o init_param1() sets kern.maxdsiz as well.
This commit is contained in:
parent
b1c4a15ff3
commit
b65aee2fe7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28138
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ begin:</programlisting>
|
|||
<para>Sysctl <literal>kern.hz</literal> is the system clock tick. Along with
|
||||
this, the following sysctls are set by
|
||||
<function>init_param1()</function>: <literal>kern.maxswzone,
|
||||
kern.maxbcache, kern.maxtsiz, kern.dfldsiz, kern.dflssiz,
|
||||
kern.maxbcache, kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz,
|
||||
kern.maxssiz, kern.sgrowsiz</literal>.</para>
|
||||
|
||||
<indexterm><primary>Global Descriptors Table (GDT)</primary></indexterm>
|
||||
|
|
Loading…
Reference in a new issue