summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index bd52cf0..fbc2d0e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2574,6 +2574,9 @@ options SPX_HACK
# Enable Linux ABI emulation
options COMPAT_LINUX
+# Enable the linux-like proc filesystem support (requires COMPAT_LINUX)
+options LINPROCFS
+
# Linux debugging
options DEBUG_LINUX
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index bd52cf0..fbc2d0e 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2574,6 +2574,9 @@ options SPX_HACK
# Enable Linux ABI emulation
options COMPAT_LINUX
+# Enable the linux-like proc filesystem support (requires COMPAT_LINUX)
+options LINPROCFS
+
# Linux debugging
options DEBUG_LINUX
OpenPOWER on IntegriCloud