(PATCH) amd64 NOTES linuxulator doc bug

Ian FREISLICH ianf at clue.co.za
Thu Dec 6 21:44:09 PST 2007


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



More information about the freebsd-current mailing list