Note that 64-bit linuxulator cannot be statically linked into the kernel

Reported by:	kan, R. Tyler Croy <tyler@monkeypox.org>
This commit is contained in:
Benjamin Kaduk 2017-07-29 20:12:21 +00:00
parent 110be9ae96
commit 2aa1ec1942
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50605

View file

@ -148,11 +148,10 @@
<secondary>COMPAT_LINUX</secondary>
</indexterm>
<para>Users who prefer to statically link &linux; binary
compatibility into a custom kernel should add
<literal>options COMPAT_LINUX</literal> to their custom kernel
configuration file. Compile and install the new kernel as
described in <xref linkend="kernelconfig"/>.</para>
<para>Since the Linux binary compatibility layer has gained support
for running both 32- and 64-bit Linux binaries (on 64-bit x86 hosts),
it is no longer possible to link the emulation functionality statically
into a custom kernel.</para>
<sect2 xml:id="linuxemu-libs-manually">
<title>Installing Additional Libraries Manually</title>