diff options
author | julian <julian@FreeBSD.org> | 1998-03-08 09:59:44 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1998-03-08 09:59:44 +0000 |
commit | 10c5ccc30ae8155c4d8bd25aeffd9ed0e476c387 (patch) | |
tree | d2ed60b6b9462fe6eebf4796c39dfcf3cec39874 /sys/i386/conf | |
parent | 1d108bde84c6b5fa5d119363c4f401cc3dcc8110 (diff) | |
download | FreeBSD-src-10c5ccc30ae8155c4d8bd25aeffd9ed0e476c387.zip FreeBSD-src-10c5ccc30ae8155c4d8bd25aeffd9ed0e476c387.tar.gz |
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
Submitted by: Kirk McKusick (mcKusick@mckusick.com)
Obtained from: WHistle development tree
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/LINT | 9 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 357fdf4..cc44c5e 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.412 1998/02/24 22:24:46 phk Exp $ +# $Id: LINT,v 1.413 1998/02/27 10:02:41 itojun 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 @@ -466,6 +466,13 @@ options NFS_ROOT #NFS usable as root device # This DEVFS is experimental but seems to work options DEVFS #devices filesystem +# Allow the FFS to use Softupdates technology. +# To do this you need to fetch the two files +# /sys/ufs/ffs/softdep.h and /sys/ufs/ffs/ffs_softdep.c +# from freebsd.org and understand the licensing restrictions. +#options SOFTUPDATES +# (we can't actually enable it because the files may not be present) + # Make space in the kernel for a MFS root filesystem. Define to the number # of kilobytes to reserve for the filesystem. options MFS_ROOT=10 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 357fdf4..cc44c5e 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.412 1998/02/24 22:24:46 phk Exp $ +# $Id: LINT,v 1.413 1998/02/27 10:02:41 itojun 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 @@ -466,6 +466,13 @@ options NFS_ROOT #NFS usable as root device # This DEVFS is experimental but seems to work options DEVFS #devices filesystem +# Allow the FFS to use Softupdates technology. +# To do this you need to fetch the two files +# /sys/ufs/ffs/softdep.h and /sys/ufs/ffs/ffs_softdep.c +# from freebsd.org and understand the licensing restrictions. +#options SOFTUPDATES +# (we can't actually enable it because the files may not be present) + # Make space in the kernel for a MFS root filesystem. Define to the number # of kilobytes to reserve for the filesystem. options MFS_ROOT=10 |