diff options
| author | mycroft <mycroft@NetBSD.org> | 2000-02-19 06:58:28 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2000-02-19 06:58:28 +0000 |
| commit | fb5d3e9da41224f82b08f9ecceabced63ea7fe27 (patch) | |
| tree | dac187e1ee59b3ccfe4c18b959cd66c375f60835 | |
| parent | 6092e1aa2acc09928e542e34fb76619772f39d7b (diff) | |
Enable DDB history.
| -rw-r--r-- | sys/arch/hpcmips/conf/MURUROA | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/hpcmips/conf/MURUROA b/sys/arch/hpcmips/conf/MURUROA index 85d1d27278b..67f174bd612 100644 --- a/sys/arch/hpcmips/conf/MURUROA +++ b/sys/arch/hpcmips/conf/MURUROA @@ -2,12 +2,12 @@ # Mycroft's WorkPad z50 # -# $NetBSD: MURUROA,v 1.1 2000/02/18 20:52:15 mycroft Exp $ +# $NetBSD: MURUROA,v 1.2 2000/02/19 06:58:28 mycroft Exp $ # From: GENERIC,v 1.29 2000/02/12 03:21:06 shin Exp # include "arch/hpcmips/conf/std.hpcmips" -#ident "MURUROA-$Revision: 1.1 $" +#ident "MURUROA-$Revision: 1.2 $" maxusers 8 @@ -22,6 +22,7 @@ options MIPS3_L2CACHE_ABSENT # Standard system options options DDB # in-kernel debugger +options DDB_HISTORY_SIZE=512 # enable history editing in DDB #options DDB_ONPANIC=0 # don't enter debugger on panic #options DIAGNOSTIC # extra kernel debugging checks #options DEBUG # extra kernel debugging support |
