Re: Increasing dmesg buffer size?

James Simmons (jsimmons@transvirtual.com)
Mon, 1 Oct 2001 16:55:13 -0700 (PDT)


> What kernel parameter do I need to modify in the source to allow a
> larger dmesg buffer? I have a lot of boot messages and I currently
> loose about 10-20 lines immediately and they can not even be seen in
> /var/log/dmesg because that file gets dumped after those lines are
> already gone. Thanks to anyone who can help.

No command line paramter. Go into linux/kernel/printk.c and increase the
value of LOG_BUF_LEN. It must be a power of two.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/