Subject: Re: console type...
To: Jason Thorpe <thorpej@cs.orst.edu>
From: Dean Huxley <dean@fsa.ca>
List: port-pmax
Date: 11/30/1994 09:25:37
> Ummm...
> 
> So, what's the console type?  :-)

In the boot prom stuff?

setenv console 0		- let the computer decide
setenv console 1		- crt(0) and tty(0) (keyboard)
setenv console 4		- tty(2) (serial port)
setenv console 8		- tty(3) (printer port)

For the last two you should probably do an "enable tty(2)" or "enable tty(3)"
before the setenv...

Dean.