summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-06-11 11:04:36 +0000
committerdes <des@FreeBSD.org>2001-06-11 11:04:36 +0000
commit2693854b01a52b0395a91322aa3edf926bddff38 (patch)
tree9668c46c0252ab2b4e10757a16cf066728304dda
parent2d47a10da52a30b3c3a34d6426a9dd6dc1416cb7 (diff)
downloadFreeBSD-src-2693854b01a52b0395a91322aa3edf926bddff38.zip
FreeBSD-src-2693854b01a52b0395a91322aa3edf926bddff38.tar.gz
Add PSEUDOFS, and note that LINPROCFS depends on it.
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6b4332d..2d22a10 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -676,6 +676,7 @@ options NULLFS #NULL filesystem
options NWFS #NetWare filesystem
options PORTALFS #Portal filesystem
options PROCFS #Process filesystem
+options PSEUDOFS #Pseudo-filesystem framework
options UMAPFS #UID map filesystem
options UNIONFS #Union filesystem
# options NODEVFS #disable devices filesystem
@@ -2644,7 +2645,8 @@ options SPX_HACK
# Enable Linux ABI emulation
options COMPAT_LINUX
-# Enable the linux-like proc filesystem support (requires COMPAT_LINUX)
+# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
+# and PSEUDOFS)
options LINPROCFS
# Linux debugging
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 6b4332d..2d22a10 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -676,6 +676,7 @@ options NULLFS #NULL filesystem
options NWFS #NetWare filesystem
options PORTALFS #Portal filesystem
options PROCFS #Process filesystem
+options PSEUDOFS #Pseudo-filesystem framework
options UMAPFS #UID map filesystem
options UNIONFS #Union filesystem
# options NODEVFS #disable devices filesystem
@@ -2644,7 +2645,8 @@ options SPX_HACK
# Enable Linux ABI emulation
options COMPAT_LINUX
-# Enable the linux-like proc filesystem support (requires COMPAT_LINUX)
+# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
+# and PSEUDOFS)
options LINPROCFS
# Linux debugging
OpenPOWER on IntegriCloud