diff options
| author | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-29 17:33:45 +0000 |
|---|---|---|
| committer | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-29 17:33:45 +0000 |
| commit | c796cfa18aa1ac9a8f7b2a924c3e25fbbcaab578 (patch) | |
| tree | c1289ee35c79f01958276ddc723314fa7524b907 | |
| parent | 74b4790de70f389c85b79a4bac2a0f0f9df0ff1d (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 14 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 14 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 14 |
3 files changed, 39 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 67b6620da51f..ca4e2454e7df 100644 --- a/sys/conf/NOTES +++ b/sys/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.476 1998/09/25 17:34:47 peter Exp $ +# $Id: LINT,v 1.477 1998/09/27 11:47:24 jkoshy 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 @@ -506,6 +506,8 @@ options UNION #Union filesystem options "CD9660_ROOT" #CD-ROM usable as root device options FFS_ROOT #FFS usable as root device options NFS_ROOT #NFS usable as root device +# This code is still experimental (e.g. doesn't handle disk slices well). +# Also, 'options MFS' is currently incompatible with DEVFS. options DEVFS #devices filesystem # Allow the FFS to use Softupdates technology. @@ -1595,6 +1597,16 @@ options HW_WDOG # options "PMAP_SHPGPERPROC=201" +# +# Disable swapping. This option removes all code which actually performs +# swapping, so it's not possible to turn it back on at run-time. +# +# This is sometimes usable for systems which don't have any swap space +# (see also sysctls "vm.defer_swapspace_pageouts" and +# "vm.disable_swapspace_pageouts") +# +#options NO_SWAPPING + # More undocumented options for linting. options CLK_CALIBRATION_LOOP diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 67b6620da51f..ca4e2454e7df 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.476 1998/09/25 17:34:47 peter Exp $ +# $Id: LINT,v 1.477 1998/09/27 11:47:24 jkoshy 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 @@ -506,6 +506,8 @@ options UNION #Union filesystem options "CD9660_ROOT" #CD-ROM usable as root device options FFS_ROOT #FFS usable as root device options NFS_ROOT #NFS usable as root device +# This code is still experimental (e.g. doesn't handle disk slices well). +# Also, 'options MFS' is currently incompatible with DEVFS. options DEVFS #devices filesystem # Allow the FFS to use Softupdates technology. @@ -1595,6 +1597,16 @@ options HW_WDOG # options "PMAP_SHPGPERPROC=201" +# +# Disable swapping. This option removes all code which actually performs +# swapping, so it's not possible to turn it back on at run-time. +# +# This is sometimes usable for systems which don't have any swap space +# (see also sysctls "vm.defer_swapspace_pageouts" and +# "vm.disable_swapspace_pageouts") +# +#options NO_SWAPPING + # More undocumented options for linting. options CLK_CALIBRATION_LOOP diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 67b6620da51f..ca4e2454e7df 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.476 1998/09/25 17:34:47 peter Exp $ +# $Id: LINT,v 1.477 1998/09/27 11:47:24 jkoshy 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 @@ -506,6 +506,8 @@ options UNION #Union filesystem options "CD9660_ROOT" #CD-ROM usable as root device options FFS_ROOT #FFS usable as root device options NFS_ROOT #NFS usable as root device +# This code is still experimental (e.g. doesn't handle disk slices well). +# Also, 'options MFS' is currently incompatible with DEVFS. options DEVFS #devices filesystem # Allow the FFS to use Softupdates technology. @@ -1595,6 +1597,16 @@ options HW_WDOG # options "PMAP_SHPGPERPROC=201" +# +# Disable swapping. This option removes all code which actually performs +# swapping, so it's not possible to turn it back on at run-time. +# +# This is sometimes usable for systems which don't have any swap space +# (see also sysctls "vm.defer_swapspace_pageouts" and +# "vm.disable_swapspace_pageouts") +# +#options NO_SWAPPING + # More undocumented options for linting. options CLK_CALIBRATION_LOOP |
