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:
parent
110be9ae96
commit
2aa1ec1942
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50605
1 changed files with 4 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue