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/
- Re: [DOC] Debugging early kernel hangs Russell King
- Re: [DOC] Debugging early kernel hangs Benjamin Herrenschmidt
- Re: [DOC] Debugging early kernel hangs Daniel Phillips
- Re: [DOC] Debugging early kernel hangs Benjamin Herrenschmidt
- Re: [DOC] Debugging early kernel hangs Keith Owens
- Re: [DOC] Debugging early kernel hangs Russell King
- Re: [DOC] Debugging early kernel hangs James Sutherland
- Re: [DOC] Debugging early kernel h... Russell King
- Re: [DOC] Debugging early ker... James Sutherland
- Re: [DOC] Debugging early kernel hangs Thorsten Kranzkowski
- Re: [DOC] Debugging early kernel hangs Keith Owens
- Re: [DOC] Debugging early kernel hangs Pavel Machek
- Re: [DOC] Debugging early kernel hangs Martin J. Bligh