Port-amiga archive

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

Re: NetBSD 2.0 Amiga



Erik van Roode <netbsd%cthulhu.demon.nl@localhost> writes:

> Is it possible to use a serial console instead of an attached
> display? I found some information for other architectures, and I
> tried those (like not connecting a mouse/keyboard which was
> mentioned for sun systems)

Yes, you need to either compile a new kernel with
options SERCONSOLE

or (simpler) patch the "serconsole" variable to 0 instead of -1 in your
usual kernel.

See arch/amiga/dev/ser.c:

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


I was using a serial console on my Amiga 1200 all the time.

Regards,
 Aymeric



Home | Main Index | Thread Index | Old Index