summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-06-11 11:04:36 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-06-11 11:04:36 +0000
commit52ebde4fbaab8a8b79de6b17892943783abec7be (patch)
tree9668c46c0252ab2b4e10757a16cf066728304dda
parent81cbd9b09167a5dfc2c47d6c136711001673e46c (diff)
Notes
-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 6b4332d2aa9a..2d22a106a310 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 6b4332d2aa9a..2d22a106a310 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