summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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