From 38e33af59114b227c2a65601e34e629b95c17abe Mon Sep 17 00:00:00 2001 From: he Date: Mon, 1 Feb 1999 16:16:52 +0000 Subject: [PATCH] Enable DDB, but with DDB_ONPANIC=0. --- sys/arch/i386/conf/INSTALL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index db7673946724..05c83d3742dd 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.107 1999/01/25 05:10:03 cgd Exp $ +# $NetBSD: INSTALL,v 1.108 1999/02/01 16:16:52 he Exp $ # # INSTALL - Installation kernel. # @@ -72,7 +72,8 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT #options DIAGNOSTIC # cheap kernel consistency checks #options DEBUG # expensive debugging checks/support #options KMEMSTATS # kernel memory statistics (vmstat -m) -#options DDB # in-kernel debugger +options DDB # in-kernel debugger +options DDB_ONPANIC=0 # do not by default automatically drop to ddb #options DDB_HISTORY_SIZE=100 # enable history editing in DDB #options KGDB # remote debugger #options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600