diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-05-27 04:32:12 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-05-27 04:32:12 +0000 |
| commit | b8e91dab535f7254ddc8298880ee09be848361b3 (patch) | |
| tree | bdceb4d3ea25c1bce26fa1a1803383769bb4772c /sys/conf | |
| parent | 43e6a2a89da49b4e65e5534fa576431cfd8af57c (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/NOTES | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e7fcbf4399d19..8ec2d2859e07e 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.181 1995/05/14 02:59:45 davidg Exp $ +# $Id: LINT,v 1.182 1995/05/18 09:16:53 davidg 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 @@ -55,10 +55,10 @@ options MATH_EMULATE #Support for x87 emulation # This directive defines a number of things: # - The compiled kernel is to be called `kernel' # - The root filesystem might be on partition wd0a -# - The kernel can swap on wd0b and sd0b, defaulting to the former -# - Crash dumps will be written to wd0b, if possible +# - Crash dumps will be written to wd0b, if possible. Specifying the +# dump device here is not recommended. Use dumpon(8). # -config kernel root on wd0 +config kernel root on wd0 dumps on wd0 ##################################################################### @@ -95,13 +95,6 @@ options SYSVMSG # options DDB -# -# Enable dumping of the kernel image to swap for panics. This is not -# the default because writing to misconfigured swap may wipe out file -# systems. -# -options DODUMP - # # KTRACE enables the system-call tracing facility ktrace(2). # |
