Date: Mon, 15 Nov 1999 15:13:53 -0700 (MST) From: "Kenneth D. Merry" <ken@kdm.org> To: zzhang@cs.binghamton.edu (Zhihui Zhang) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Set the baud rate on remote debugging Message-ID: <199911152213.PAA58051@panzer.kdm.org> In-Reply-To: <Pine.GSO.3.96.991115152008.6663C-100000@sol.cs.binghamton.edu> from Zhihui Zhang at "Nov 15, 1999 03:25:54 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Zhihui Zhang wrote... > > I have set up a remote debugging environment. But I think default 9600 > bps is slow. I can use "set remotebaud 19200" on the debugging machine > side. How can I set the baud rate on the target machine that is running > the debugged kernel? (I press CTRL+ESC+ALT to drop to DDB mode and find > no command to set the baud rate). > > Any help is appreciated. Use the CONSPEED option in the kernel config file on the target machine. e.g.: options CONSPEED=115200 Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911152213.PAA58051>