On Sat, 23 Sep 2000 13:02:38 +0000, 
Thorsten Kranzkowski <[EMAIL PROTECTED]> wrote:
>How about the possibility to use architecture specific backends? E.g. my 
>little Alpha machine has an 8-bit debugging LED port that would be very suited
>for this.

You can define VIDEO_CHAR() to do whatever makes sense for your
hardware.  The only problem with an 8 bit port is you cannot use both
"screen" position and value to indicate where you are, you can only use
a value.  But the same idea holds, whatever works until the console can
display output.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to