Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Dec 2007 07:43:42 +0200
From:      Ian FREISLICH <ianf@clue.co.za>
To:        current@freebsd.org
Subject:   (PATCH) amd64 NOTES linuxulator doc bug
Message-ID:  <E1J0Vzy-000203-2o@clue.co.za>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1J0Vzy-000203-2o>