Note that the (already commented out) DIAGNOSTIC option is expensive.

This commit is contained in:
fvdl 2001-04-21 21:03:46 +00:00
parent 2654febb55
commit 41a3ee5d58
1 changed files with 2 additions and 2 deletions

View File

@ -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