Re: framebuffer stuff in v2.1.109

Chris Wedgwood (chris@cybernet.co.nz)
Mon, 20 Jul 1998 10:43:28 +1200


On Sun, Jul 19, 1998 at 03:53:19PM +0200, Martin Mares wrote:

> Still eats lots of space on 80x25 displays. Remember that we try
> to retain VGA screen contents when starting the kernel and this just
> scrolls up half of the potentially useful information. On fbcon it's
> different since the logo is very small and we clear the screen anyway.

Can we not use a b&w bitmap and twiddle the font when the kernel inits? That
way, it call all be marked __initdata and not be considered unnecessary
bloat.

Restoring the font when init execs of course, by which time, the logo will
probably have scrolled off. (Well, my fairly minimalist kernel blots out 90
or so lines).

-cw

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html