From owner-svn-src-all@FreeBSD.ORG Wed Aug 11 07:02:11 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F317B106566B; Wed, 11 Aug 2010 07:02:10 +0000 (UTC) (envelope-from bschmidt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E22F68FC15; Wed, 11 Aug 2010 07:02:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o7B72AD5072307; Wed, 11 Aug 2010 07:02:10 GMT (envelope-from bschmidt@svn.freebsd.org) Received: (from bschmidt@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o7B729WN072306; Wed, 11 Aug 2010 07:02:09 GMT (envelope-from bschmidt@svn.freebsd.org) Message-Id: <201008110702.o7B729WN072306@svn.freebsd.org> From: Bernhard Schmidt Date: Wed, 11 Aug 2010 07:02:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r211169 - stable/8/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2010 07:02:11 -0000 Author: bschmidt Date: Wed Aug 11 07:02:08 2010 New Revision: 211169 URL: http://svn.freebsd.org/changeset/base/211169 Log: MFC r210959: Obviously the option is known as COMPAT_LINUX32 on amd64. PR: docs/149182 Pointed out by: Fernando Modified: stable/8/share/man/man4/linux.4 Directory Properties: stable/8/share/man/man4/ (props changed) Modified: stable/8/share/man/man4/linux.4 ============================================================================== --- stable/8/share/man/man4/linux.4 Wed Aug 11 06:49:29 2010 (r211168) +++ stable/8/share/man/man4/linux.4 Wed Aug 11 07:02:08 2010 (r211169) @@ -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 :