Backout half of previous by popular demand.
This commit is contained in:
parent
58bd20f660
commit
4081961b95
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: PARALLELS,v 1.4 2006/11/08 16:01:50 rpaulo Exp $
|
||||
# $NetBSD: PARALLELS,v 1.5 2006/11/08 21:18:13 rpaulo Exp $
|
||||
#
|
||||
# PARALLELS machine description file
|
||||
#
|
||||
|
@ -52,7 +52,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
options DEBUG # expensive debugging checks/support
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
options DDB # in-kernel debugger
|
||||
#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
|
||||
|
@ -60,7 +60,7 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
|
|||
#options KGDB # remote debugger
|
||||
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options LOCKDEBUG
|
||||
#options LOCKDEBUG
|
||||
|
||||
# Compatibility options
|
||||
options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
|
||||
|
|
Loading…
Reference in New Issue