Subject: Re: consinit in machdep.c?
To: None <david@l8s.co.uk>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-i386
Date: 03/10/2003 04:34:30
In article <20030309190841.A553@snowdrop.l8s.co.uk>
david@l8s.co.uk wrote:

> Where do the first of these messages come from - they appear on the
> console in green, but are missing from dmesg (which starts with the
> kernel id).  Would they still appear if it were removed?

dmesg is initialized by initmsgbuf() in machdep.c:cpu_startup()
which is called after "printf("%s", copyright);" in kern/init_main.c.

Maybe initmsgbuf() could be moved into pmap_bootstrap() or
other init function to preserve those messages, but I'm not sure.
---
Izumi Tsutsui
tsutsui@ceres.dti.ne.jp