summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-05-27 04:32:12 +0000
committerdg <dg@FreeBSD.org>1995-05-27 04:32:12 +0000
commite2c77437623b792c3607b6bb57fe30255622db11 (patch)
treebdceb4d3ea25c1bce26fa1a1803383769bb4772c /sys/i386/conf
parent0cd8cad49efec5be4098fbc7874263bd88cdc36a (diff)
downloadFreeBSD-src-e2c77437623b792c3607b6bb57fe30255622db11.zip
FreeBSD-src-e2c77437623b792c3607b6bb57fe30255622db11.tar.gz
Update swap and dump stuff to match reality:
- option DODUMP no longer exists (remove all references to it). - directive `swap on' is now a no-op (don't bother documenting it; remove comment to match code). - directive `dumps on' still works (restore code to match comment; deprecate it in comment). Reviewed by: Poul-Henning Kamp, and me Submitted by: Bruce Evans
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT15
-rw-r--r--sys/i386/conf/NOTES15
2 files changed, 8 insertions, 22 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index e7fcbf4..8ec2d28 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.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).
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index e7fcbf4..8ec2d28 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.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).
#
OpenPOWER on IntegriCloud