Re: linux-kernel-digest V1 #985

Miguel de Icaza (miguel@luthien.nuclecu.unam.mx)
14 Jul 1997 17:10:32 -0500


> clear screen
> draw penguins/logo/version string etc
> set scrolling region to start at line below penguin. The text will leave
> that region nicely untouched until a change scroll region or reset terminal
> string occurs.

Nothing is going to beat the Linux/SGI penguin code I have in mind:

Underlay plane is setup with a huge Penguin bitmap, set the Alpha
channel to display 20% of the underlay plane; then run all of the
regular console code on top of this.

Any userland application can load something different on the underlay
plane after boot, of course.

Miguel