From owner-freebsd-current@FreeBSD.ORG Fri Dec 7 05:44:09 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B23C716A419 for ; Fri, 7 Dec 2007 05:44:09 +0000 (UTC) (envelope-from ianf@clue.co.za) Received: from munchkin.clue.co.za (munchkin.clue.co.za [66.219.59.160]) by mx1.freebsd.org (Postfix) with ESMTP id 670CD13C458 for ; Fri, 7 Dec 2007 05:44:09 +0000 (UTC) (envelope-from ianf@clue.co.za) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=20070313; d=clue.co.za; h=Received:Received:Received:To:Subject:From:X-Attribution:Date:Message-Id; b=m2vNyahITSvxB1FbGjUPMnmC22VMGQlT6yLjqCmJE7Tk04XhRPkNK+jeNfVTEwJYKRdpvF2q3vA7uVq38QXobaYzYl6lVEKE0ah5JeqWdBwHFUxF4lt9+oNh0qdQR2nVJVdCwWqqfOxWntB2XUVBqjUCaTiyZbaGM/AyFRKwnEoNha5r+2clMtKlLWrT/7O5lAlQTKYTRkwwWAr5Urw/ZW912u41OZdb+LVfo5nqmhxFw3wmmP4QNRX6nymHmRL1; Received: from uucp by munchkin.clue.co.za with local-rmail (Exim 4.67) (envelope-from ) id 1J0W0O-0000Wl-NQ for current@freebsd.org; Fri, 07 Dec 2007 05:44:08 +0000 Received: from ianf.clue.co.za ([10.0.0.6] helo=clue.co.za) by urchin.clue.co.za with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1J0Vzz-0000gU-D1 for current@freebsd.org; Fri, 07 Dec 2007 05:43:43 +0000 Received: from localhost ([127.0.0.1] helo=clue.co.za) by clue.co.za with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1J0Vzy-000203-2o for current@freebsd.org; Fri, 07 Dec 2007 07:43:42 +0200 To: current@freebsd.org From: Ian FREISLICH X-Attribution: BOFH Date: Fri, 07 Dec 2007 07:43:42 +0200 Message-Id: Cc: Subject: (PATCH) amd64 NOTES linuxulator doc bug X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2007 05:44:09 -0000 Hi The following patch aids figuring out how to build the linuxulator with linuxprocfs suuport on the amd64 architecture: Index: NOTES =================================================================== RCS file: /home/ncvs/src/sys/amd64/conf/NOTES,v retrieving revision 1.69.2.1 diff -u -d -r1.69.2.1 NOTES --- NOTES 29 Oct 2007 22:26:33 -0000 1.69.2.1 +++ NOTES 7 Dec 2007 05:40:30 -0000 @@ -610,12 +610,12 @@ # Enable 32-bit Linux ABI emulation (requires COMPAT_43 and COMPAT_IA32) options COMPAT_LINUX32 -# Enable the linux-like proc filesystem support (requires COMPAT_LINUX32 -# and PSEUDOFS) +# Enable the linux-like proc filesystem support (requires COMPAT_LINUX32, +# PROCFS and PSEUDOFS) options LINPROCFS -#Enable the linux-like sys filesystem support (requires COMPAT_LINUX32 -# and PSEUDOFS) +#Enable the linux-like sys filesystem support (requires COMPAT_LINUX32, +# PROCFS and PSEUDOFS) options LINSYSFS # Ian -- Ian Freislich