Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/conf enlarge MSGBUFSIZE for -v option.
details: https://anonhg.NetBSD.org/src/rev/3c6184977627
branches: trunk
changeset: 508818:3c6184977627
user: sato <sato%NetBSD.org@localhost>
date: Fri Apr 20 12:08:45 2001 +0000
description:
enlarge MSGBUFSIZE for -v option.
diffstat:
sys/arch/hpcmips/conf/GENERIC | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 876fb038f9bf -r 3c6184977627 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC Fri Apr 20 12:07:49 2001 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC Fri Apr 20 12:08:45 2001 +0000
@@ -2,11 +2,11 @@
# Distribution kernel (NEC VR based model) kernel config file
#
-# $NetBSD: GENERIC,v 1.86 2001/04/20 12:07:49 sato Exp $
+# $NetBSD: GENERIC,v 1.87 2001/04/20 12:08:45 sato Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
-#ident "GENERIC-$Revision: 1.86 $"
+#ident "GENERIC-$Revision: 1.87 $"
maxusers 8
@@ -29,6 +29,7 @@
#options DIAGNOSTIC # extra kernel debugging checks
#options DEBUG # extra kernel debugging support
options KTRACE # system call tracing support
+options MSGBUFSIZE=8192 # dmesg buffer size
## UVM options.
#options UVM_PAGE_TRKOWN
Home |
Main Index |
Thread Index |
Old Index