enlarge MSGBUFSIZE for -v option.
This commit is contained in:
parent
f3f40df128
commit
355c78fa22
|
@ -2,11 +2,11 @@
|
||||||
# Distribution kernel (NEC VR based model) kernel config file
|
# 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"
|
include "arch/hpcmips/conf/std.hpcmips"
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.86 $"
|
#ident "GENERIC-$Revision: 1.87 $"
|
||||||
|
|
||||||
maxusers 8
|
maxusers 8
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ options DDB # in-kernel debugger
|
||||||
#options DIAGNOSTIC # extra kernel debugging checks
|
#options DIAGNOSTIC # extra kernel debugging checks
|
||||||
#options DEBUG # extra kernel debugging support
|
#options DEBUG # extra kernel debugging support
|
||||||
options KTRACE # system call tracing support
|
options KTRACE # system call tracing support
|
||||||
|
options MSGBUFSIZE=8192 # dmesg buffer size
|
||||||
|
|
||||||
## UVM options.
|
## UVM options.
|
||||||
#options UVM_PAGE_TRKOWN
|
#options UVM_PAGE_TRKOWN
|
||||||
|
|
Loading…
Reference in New Issue