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.65 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/a81cee179253
branches: netbsd-1-5
changeset: 491373:a81cee179253
user: he <he%NetBSD.org@localhost>
date: Wed Apr 25 09:07:40 2001 +0000
description:
Pull up revision 1.65 (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_SMALL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7312e6fb7976 -r a81cee179253 sys/arch/i386/conf/INSTALL_SMALL
--- a/sys/arch/i386/conf/INSTALL_SMALL Wed Apr 25 09:07:03 2001 +0000
+++ b/sys/arch/i386/conf/INSTALL_SMALL Wed Apr 25 09:07:40 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_SMALL,v 1.49.2.2 2000/10/09 13:16:24 fvdl Exp $
+# $NetBSD: INSTALL_SMALL,v 1.49.2.3 2001/04/25 09:07:40 he Exp $
#
# INSTALL_SMALL - Small Installation kernel.
#
@@ -69,7 +69,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