Re: Bootlogo

Peter T. Breuer (ptb@it.uc3m.es)
Mon, 18 May 1998 21:20:40 +0200 (MET DST)


"A month of sundays ago Jeff O wrote:"
>
> here is the bootlogo it patches cleanly against 2.0.33

This patch seems to load a small diagram in text mode just before
the kernel really gets going (and the patch as posted is malformed
in that it has extra line feeds ..).

> diff -u linux/arch/i386/boot/video.S-2.0.30 linux/arch/i386/boot/video.S

> call restore_screen ! Restore screen contents
> #endif
> + call penguin ! display logo
> call mode_params ! Store mode parameters
> pop ds ! Restore original DS
>

I like it because it is so localized a change, code-wise. But I
thought the idea was to hide all the kernel messages .. I guess that
means I have to read the BootPrompt HOWTO again and find out how to
turn them off, or redirect them to a second screen while we watch the
penguin .... debug=0 ?

Peter ptb@it.uc3m.es

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu