summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-02-28 21:42:15 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-02-28 21:42:15 +0000
commit1dec7bc8c62c5a84a1a6aa5fa2cd0d0e41af3bd0 (patch)
treea4bb0535e0edfdec311384ed23f8fc6d408ac997 /sys/i386/conf
parent8dc4ec2da7d5b46c1a56e3247974abb9cdce0376 (diff)
downloadFreeBSD-src-1dec7bc8c62c5a84a1a6aa5fa2cd0d0e41af3bd0.zip
FreeBSD-src-1dec7bc8c62c5a84a1a6aa5fa2cd0d0e41af3bd0.tar.gz
Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB
when it panics, but leaving activation of DDB from the console unaffected.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT9
-rw-r--r--sys/i386/conf/NOTES9
2 files changed, 16 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 78f30ea..ce1bae2 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.239 1996/02/13 18:16:18 wollman Exp $
+# $Id: LINT,v 1.240 1996/02/23 15:47:41 phk 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
@@ -99,6 +99,13 @@ options SYSVMSG
#
options DDB
+#
+# Don't drop into DDB for a panic. Intended for unattended operation
+# where you may want to drop to DDB from the console, but still want
+# the machine to recover from a panic
+#
+options DDB_UNATTENDED
+
#
# KTRACE enables the system-call tracing facility ktrace(2).
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 78f30ea..ce1bae2 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.239 1996/02/13 18:16:18 wollman Exp $
+# $Id: LINT,v 1.240 1996/02/23 15:47:41 phk 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
@@ -99,6 +99,13 @@ options SYSVMSG
#
options DDB
+#
+# Don't drop into DDB for a panic. Intended for unattended operation
+# where you may want to drop to DDB from the console, but still want
+# the machine to recover from a panic
+#
+options DDB_UNATTENDED
+
#
# KTRACE enables the system-call tracing facility ktrace(2).
#
OpenPOWER on IntegriCloud