From 52ebde4fbaab8a8b79de6b17892943783abec7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 11 Jun 2001 11:04:36 +0000 Subject: [PATCH] Add PSEUDOFS, and note that LINPROCFS depends on it. --- sys/conf/NOTES | 4 +++- sys/i386/conf/NOTES | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6b4332d2aa9..2d22a106a31 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 6b4332d2aa9..2d22a106a31 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