Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/i386/conf Pull up revision 1.33 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/3747ac11216b
branches: netbsd-1-5
changeset: 491374:3747ac11216b
user: he <he%NetBSD.org@localhost>
date: Wed Apr 25 09:08:35 2001 +0000
description:
Pull up revision 1.33 (requested by fvdl):
Not all DIAGNOSTIC checks are all that cheap, so disable that
option in meant-for-production kernels. Introduces GENERIC_DIAGNOSTIC.
diffstat:
sys/arch/i386/conf/INSTALL_TINY | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a81cee179253 -r 3747ac11216b sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY Wed Apr 25 09:07:40 2001 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY Wed Apr 25 09:08:35 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_TINY,v 1.18.2.2 2000/10/09 13:16:25 fvdl Exp $
+# $NetBSD: INSTALL_TINY,v 1.18.2.3 2001/04/25 09:08:35 he Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@@ -66,7 +66,7 @@
#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
Home |
Main Index |
Thread Index |
Old Index