diff options
author | des <des@FreeBSD.org> | 2001-06-11 11:04:36 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-06-11 11:04:36 +0000 |
commit | 2693854b01a52b0395a91322aa3edf926bddff38 (patch) | |
tree | 9668c46c0252ab2b4e10757a16cf066728304dda /sys/conf/NOTES | |
parent | 2d47a10da52a30b3c3a34d6426a9dd6dc1416cb7 (diff) | |
download | FreeBSD-src-2693854b01a52b0395a91322aa3edf926bddff38.zip FreeBSD-src-2693854b01a52b0395a91322aa3edf926bddff38.tar.gz |
Add PSEUDOFS, and note that LINPROCFS depends on it.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 3 insertions, 1 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 |