Note that the (already commented out) DIAGNOSTIC option is expensive.
This commit is contained in:
parent
2654febb55
commit
41a3ee5d58
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_TINY,v 1.23 2001/01/16 03:38:23 augustss Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.24 2001/04/21 21:03:46 fvdl Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
|
@ -56,7 +56,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
#options LKM # loadable kernel modules
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
#options DDB # in-kernel debugger
|
||||
|
|
Loading…
Reference in New Issue