Date: Tue, 15 Dec 1998 18:11:41 -0500 From: Robert Withrow <bwithrow@BayNetworks.COM> To: freebsd-hackers@freebsd.org Cc: bwithrow@BayNetworks.COM Subject: Expanding the MSGBUF Message-ID: <199812152311.SAA23805@tuva.engeast.baynetworks.com>
next in thread | raw e-mail | index | archive | help
Using 3.0-RELEASE, I am booting with -v and the output of dmesg is getting chopped off at the beginning. So I looked through the code and found that MSGBUF_SIZE controls this. I then went to LINT and found the line: OPTIONS "MSGBUF_SIZE=40960" So I added that to my config, did a config, make clean, make depend, make, and make install, and re-booted. Seems to have no effect. Is this the correct way to do this, or is config broken? Going and whacking the value of MSGBUF_SIZE in /sys/sys/msgbuf.h didn't help either. Am I all wet? -- Robert Withrow -- (+1 978 916 8256) BWithrow@BayNetworks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812152311.SAA23805>