mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Obviously the option is known as COMPAT_LINUX32 on amd64.
PR: docs/149182 Pointed out by: Fernando <fernando.apesteguia at gmail.com> MFC after: 3 days
This commit is contained in:
parent
29b63864a2
commit
39eb4bc6b2
1 changed files with 6 additions and 1 deletions
|
|
@ -31,13 +31,18 @@
|
|||
.Nm linux
|
||||
.Nd Linux ABI support
|
||||
.Sh SYNOPSIS
|
||||
To compile support for this ABI into the kernel,
|
||||
To compile support for this ABI into an i386 kernel
|
||||
place the following line in your
|
||||
kernel configuration file:
|
||||
.Bd -ragged -offset indent
|
||||
.Cd "options COMPAT_LINUX"
|
||||
.Ed
|
||||
.Pp
|
||||
for an amd64 kernel use:
|
||||
.Bd -ragged -offset indent
|
||||
.Cd "options COMPAT_LINUX32"
|
||||
.Ed
|
||||
.Pp
|
||||
Alternatively, to load the ABI as a
|
||||
module at boot time, place the following line in
|
||||
.Xr loader.conf 5 :
|
||||
|
|
|
|||
Loading…
Reference in a new issue