Subject: Re: serial console
To: Wojciech Puchar <wojtek@tensor.3miasto.net>
From: Chris Pinnock <cjep@fawlty.net>
List: current-users
Date: 04/06/2003 12:37:28
On Sun, Apr 06, 2003 at 12:36:47PM +0200, Wojciech Puchar wrote:
> i installed biosboot_com0_115200 bootloader and it works fine IF I HAVE
> CABLE plugged.
> 
> with cable unplugged it automatically go to prompt mode.
> 
> how to turn off checking that cable is connected? what Makefile option?

You can set ddb.fromconsole to 0 with sysctl(3). For this to be the
default behaviour, rebuild your kernel with options DDB_FROMCONSOLE=0.

best wishes,
Chris