Add a TESTING kernel configuration that includes GENERIC with useful
diagnostic options turned on and any local drivers that aren't ready for GENERIC yet but still ought to be tested.
This commit is contained in:
parent
ba2b1f1960
commit
b954c58e71
|
@ -0,0 +1,11 @@
|
|||
# $NetBSD: TESTING,v 1.1 2009/01/04 01:06:26 bjh21 Exp $
|
||||
#
|
||||
# Test kernel, with extra things turned on, including all consistency checks.
|
||||
|
||||
include "arch/acorn26/conf/GENERIC"
|
||||
|
||||
options DIAGNOSTIC
|
||||
options DEBUG
|
||||
options DDB_ONPANIC=2 # Stack trace on panic
|
||||
|
||||
powerrom* at podulebus? slot ?
|
Loading…
Reference in New Issue