diff options
author | phk <phk@FreeBSD.org> | 1998-05-19 08:58:53 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-05-19 08:58:53 +0000 |
commit | 00b3b49e1bf2cd947f5d9fc0b4a645f000094534 (patch) | |
tree | a3d52080f8083f77f09440de2e58dd996011132f /sys/conf/options | |
parent | 24a3627dd77ad1a523424cb9870b1a78c219ff5e (diff) | |
download | FreeBSD-src-00b3b49e1bf2cd947f5d9fc0b4a645f000094534.zip FreeBSD-src-00b3b49e1bf2cd947f5d9fc0b4a645f000094534.tar.gz |
Make the size of the msgbuf (dmesg) a "normal" option.
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 5 |
1 files changed, 4 insertions, 1 deletions
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 |