From 1dec7bc8c62c5a84a1a6aa5fa2cd0d0e41af3bd0 Mon Sep 17 00:00:00 2001 From: gpalmer Date: Wed, 28 Feb 1996 21:42:15 +0000 Subject: Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB when it panics, but leaving activation of DDB from the console unaffected. --- sys/i386/conf/LINT | 9 ++++++++- sys/i386/conf/NOTES | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) (limited to 'sys/i386/conf') 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). # -- cgit v1.1