Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD 2.0.2



        Hi,

Ignatios Souvatzis <is%NetBSD.org@localhost> writes:

> >  Is there a serial console available at this point? I could hook up a Linux
> >  laptop then ...
> 
> Would need a specialized kernel, where the serial port has priority for 
> the console.

You "just" need to patch the "serconsole" global variable to be 0,
which I believe can be done with gdb or a hex editor. (ser0 is in the
INSTALL kernel)

The kernel compile-time option just switches the default value of the
variable, as seen in amiga/dev/ser.c

#ifdef SERCONSOLE
int     serconsole = 0;
#else
int     serconsole = -1;
#endif

Regards,
 Aymeric



Home | Main Index | Thread Index | Old Index