On Thu, 22 Feb 2001 15:54:44 -0500,
Manoj Ekbote <[EMAIL PROTECTED]> wrote:
>I would like to know if i could use kdb for remote debugging (using
>serial port from a remote system to debug the taget environment). From
>the documentation of kdb,i understand that i can debug the running
>kernel & output any messages to another machine connected through a
>serial port.
Correct. Read Documentation/serial-console.txt for the setup, boot with
"console=tty0 console=ttyS0,38400" to get kdb on both the main keyboard
and the remote system. Replace ttys0,38400 with suitable values.