summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-05-19 08:58:53 +0000
committerphk <phk@FreeBSD.org>1998-05-19 08:58:53 +0000
commit00b3b49e1bf2cd947f5d9fc0b4a645f000094534 (patch)
treea3d52080f8083f77f09440de2e58dd996011132f /sys/conf
parent24a3627dd77ad1a523424cb9870b1a78c219ff5e (diff)
downloadFreeBSD-src-00b3b49e1bf2cd947f5d9fc0b4a645f000094534.zip
FreeBSD-src-00b3b49e1bf2cd947f5d9fc0b4a645f000094534.tar.gz
Make the size of the msgbuf (dmesg) a "normal" option.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/conf/options5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c6d59e4..c8e0790 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.430 1998/05/16 14:08:31 des Exp $
+# $Id: LINT,v 1.431 1998/05/16 14:10:12 des Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -655,6 +655,9 @@ pseudo-device ccd 4 #Concatenated disk driver
pseudo-device su #scsi user
pseudo-device ssc #super scsi
+# Size of the kernel message buffer. Should be N * pagesize.
+options "MSGBUF_SIZE=40960"
+
#####################################################################
# HARDWARE DEVICE CONFIGURATION
diff --git a/sys/conf/options b/sys/conf/options
index a0b14037..1a90af7 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.71 1998/04/20 03:57:21 julian Exp $
+# $Id: options,v 1.72 1998/04/20 04:30:41 julian Exp $
#
# On the handling of kernel options
#
@@ -227,3 +227,6 @@ VM_KMEM_SIZE_MAX opt_vm.h
# sys/netkey
KEY
KEY_DEBUG opt_key.h
+
+# Size of the kernel message buffer
+MSGBUF_SIZE opt_msgbuf.h
OpenPOWER on IntegriCloud