summaryrefslogtreecommitdiffstats
path: root/share/man/man4/linux.4
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2010-08-06 20:18:16 +0000
committerbschmidt <bschmidt@FreeBSD.org>2010-08-06 20:18:16 +0000
commit7a1d9ddf48ec1a04ab68a4e6f876627b16f7550f (patch)
tree8b5b4ce7e05f7334062f8584d5c1f6e43ffb8c2e /share/man/man4/linux.4
parentb5b833a850028a69bc5df5257b61e9033d6a797f (diff)
downloadFreeBSD-src-7a1d9ddf48ec1a04ab68a4e6f876627b16f7550f.zip
FreeBSD-src-7a1d9ddf48ec1a04ab68a4e6f876627b16f7550f.tar.gz
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
Diffstat (limited to 'share/man/man4/linux.4')
-rw-r--r--share/man/man4/linux.47
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/linux.4 b/share/man/man4/linux.4
index f89b14bd..4fd95d1 100644
--- a/share/man/man4/linux.4
+++ b/share/man/man4/linux.4
@@ -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 :
OpenPOWER on IntegriCloud