Subject: Re: dmesg number of lines limit
To: Alexander Funcke <funcke@daemon.se>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 04/10/2002 23:31:40
On Wed, Apr 10, 2002 at 10:11:37PM +0200, Alexander Funcke wrote:
> Hi,
> 
> 
> I'm up to make NetBSD fit lika a glove on a Nano Module (www.nano-system.com/produkter.html),
> a National Geode SC2200 machine (i.e. i586).
> 
> My problem is that when I switch a few debug/verbouse flags on in the kernel,
> my dmesg get too long (?).  Anyway, the thing is that I only get the last 213 rows.

Recompile a kernel with
options MSGBUFSIZE=8192
(or larger if you want). I think the default is 4096 (1 page)

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--