diff options
author | eivind <eivind@FreeBSD.org> | 1999-01-21 09:24:28 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1999-01-21 09:24:28 +0000 |
commit | 0929496a148ea60a965ebdef8220d49162d9985d (patch) | |
tree | 6889a64d2e608b878765c6f256ddd3244f45a28e /sys/i386 | |
parent | 505442286b6fcd81977413325a0b3b3327404203 (diff) | |
download | FreeBSD-src-0929496a148ea60a965ebdef8220d49162d9985d.zip FreeBSD-src-0929496a148ea60a965ebdef8220d49162d9985d.tar.gz |
Move EXT2FS to be more visible, and give it a description. Also make
the text from my last commit somewhat better.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/LINT | 22 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 22 |
2 files changed, 32 insertions, 12 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 762e124..b0c9a5c 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.538 1999/01/20 03:29:51 msmith Exp $ +# $Id: LINT,v 1.539 1999/01/20 14:49:10 eivind Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -628,6 +628,15 @@ options NFS_DEBUG # Enable NFS Debugging options CODA #CODA filesystem. pseudo-device vcoda 4 #coda minicache <-> venus comm. +# +# Add support for the EXT2FS filesystem of Linux fame. Be a bit +# careful with this - the ext2fs code has a tendency to lag behind +# changes and not be exercised very much, so mounting read/write could +# be dangerous (and even mounting read only could result in panics.) +# +options "EXT2FS" + + ##################################################################### # POSIX P1003.1B @@ -1845,10 +1854,12 @@ options "PMAP_SHPGPERPROC=201" options "NSFBUFS=1024" # -# Enable extra debugging code for locks. This include storing the -# filename and line of whatever aquired the lock in the lock itself, -# and changing a number of function calls to pass around the relevant -# data. This is not at all useful unless you are debugging lock code. +# Enable extra debugging code for locks. This stores the filename and +# line of whatever aquired the lock in the lock itself, and change a +# number of function calls to pass around the relevant data. This is +# not at all useful unless you are debugging lock code. Also note +# that it is likely to break e.g. fstat(1) unless you recompile your +# userland with -DDEBUG_LOCKS as well. # options DEBUG_LOCKS @@ -1864,7 +1875,6 @@ options DEBUG options DEBUG_VFS_LOCKS options "DEBUG_1284" #options DISABLE_PSE -options "EXT2FS" options "I586_PMC_GUPROF=0x70000" options "IBCS2" options KEY diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 762e124..b0c9a5c 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.538 1999/01/20 03:29:51 msmith Exp $ +# $Id: LINT,v 1.539 1999/01/20 14:49:10 eivind Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -628,6 +628,15 @@ options NFS_DEBUG # Enable NFS Debugging options CODA #CODA filesystem. pseudo-device vcoda 4 #coda minicache <-> venus comm. +# +# Add support for the EXT2FS filesystem of Linux fame. Be a bit +# careful with this - the ext2fs code has a tendency to lag behind +# changes and not be exercised very much, so mounting read/write could +# be dangerous (and even mounting read only could result in panics.) +# +options "EXT2FS" + + ##################################################################### # POSIX P1003.1B @@ -1845,10 +1854,12 @@ options "PMAP_SHPGPERPROC=201" options "NSFBUFS=1024" # -# Enable extra debugging code for locks. This include storing the -# filename and line of whatever aquired the lock in the lock itself, -# and changing a number of function calls to pass around the relevant -# data. This is not at all useful unless you are debugging lock code. +# Enable extra debugging code for locks. This stores the filename and +# line of whatever aquired the lock in the lock itself, and change a +# number of function calls to pass around the relevant data. This is +# not at all useful unless you are debugging lock code. Also note +# that it is likely to break e.g. fstat(1) unless you recompile your +# userland with -DDEBUG_LOCKS as well. # options DEBUG_LOCKS @@ -1864,7 +1875,6 @@ options DEBUG options DEBUG_VFS_LOCKS options "DEBUG_1284" #options DISABLE_PSE -options "EXT2FS" options "I586_PMC_GUPROF=0x70000" options "IBCS2" options KEY |