Subject: Re: consinit in machdep.c?
To: Perry E. Metzger <perry@piermont.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: port-i386
Date: 03/09/2003 08:46:11
On Sun, Mar 09, 2003 at 11:33:29AM -0500, Perry E. Metzger wrote:
> i386/machdep.c:init386() contains, early on:
>
> consinit(); /* XXX SHOULD NOT BE DONE HERE */
>
> Why is it there? It really should only be done in init_main.c:main()
It's there so you can see console messages before main() is called.
There is nothing wrong with leaving it there; please don't touch it.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>