s/options LINUX/options COMPAT_LINUX/
This commit is contained in:
parent
d49130dae4
commit
af9d59b8be
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20336
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ Id Refs Address Size Name
|
|||
|
||||
<para>If for some reason you do not want to or cannot load the KLD,
|
||||
then you may statically link Linux binary compatibility into the kernel
|
||||
by adding <literal>options LINUX</literal> to your kernel
|
||||
by adding <literal>options COMPAT_LINUX</literal> to your kernel
|
||||
configuration file. Then install your new kernel as described in
|
||||
<xref linkend="kernelconfig">.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue