Re: increased verbosity in dmesg

From: Felipe Alfaro Solana
Date: Sat Aug 16 2003 - 06:05:53 EST


On Sat, 2003-08-16 at 10:38, Gene Heskett wrote:

> I understand this 'ring' buffer has been expanded to about 16k but
> that was way back in 2.1 days when that occured according to the
> Documentation.

In 2.6.0-test, the ring bugger size is configurable. Just look for
CONFIG_LOG_BUF_SHIFT. The kernel ring size will be
2^CONFIG_LOG_BUF_SHIFT bytes, so for a CONFIG_LOG_BUF_SHIFT of 14,
you'll 2^14 or 16 KBytes.

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