Subject: Re: a few more questions about 1.3_ALPHA
To: Mika Nystrom <mika@cs.caltech.edu>
From: Ted Lemon <mellon@hoffman.vix.com>
List: current-users
Date: 10/28/1997 15:23:38
To get a serial console to work, I added (or maybe uncommented) the
following to the Makefile:

CPPFLAGS+= -DSUPPORT_SERIAL
CPPFLAGS+= -DDIRECT_SERIAL -DCONSPEED=9600

I then hacked main.c to change:

	initio (CONSDEV_PC);

to

	initio (CONSDEV_COM0);

I think that's all you need to do.

			       _MelloN_