The Linux emulator runs differently under 5.X and
later, document that. PR: docs/87464 Submitted by: Alejandro Acosta <acosta@tre-systems.com> Approved by: trhodes (mentor)
This commit is contained in:
parent
5909464bac
commit
1a3c019ee0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26161
1 changed files with 4 additions and 2 deletions
|
@ -109,8 +109,10 @@
|
|||
<para>Linux binary compatibility is not turned on by default. The
|
||||
easiest way to enable this functionality is to load the
|
||||
<literal>linux</literal> KLD object (<quote>Kernel LoaDable
|
||||
object</quote>). You can load this module by simply typing
|
||||
<command>linux</command> at the command prompt.</para>
|
||||
object</quote>). You can load this module by typing the
|
||||
following as <username>root</username>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>kldload linux</userinput></screen>
|
||||
|
||||
<para>If you would like Linux compatibility to always be enabled,
|
||||
then you should add the following line to
|
||||
|
|
Loading…
Reference in a new issue