diff options
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
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 |