Enable DDB history.
This commit is contained in:
parent
6092e1aa2a
commit
fb5d3e9da4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue