Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Disable DDB_ONPANIC=0. A plain reboot in ...
details: https://anonhg.NetBSD.org/src/rev/2978e5e4dab4
branches: trunk
changeset: 485937:2978e5e4dab4
user: hubertf <hubertf%NetBSD.org@localhost>
date: Tue May 09 00:28:22 2000 +0000
description:
Disable DDB_ONPANIC=0. A plain reboot in case of problems isn't really
helpful at install times, regarding diagnostics.
diffstat:
sys/arch/i386/conf/INSTALL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c4b18b7653c3 -r 2978e5e4dab4 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Tue May 09 00:25:27 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL Tue May 09 00:28:22 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.143 2000/05/08 13:49:47 augustss Exp $
+# $NetBSD: INSTALL,v 1.144 2000/05/09 00:28:22 hubertf Exp $
#
# INSTALL - Installation kernel.
#
@@ -75,7 +75,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
-options DDB_ONPANIC=0 # do not by default automatically drop to ddb
+#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
Home |
Main Index |
Thread Index |
Old Index