Subject: Re: Serial terminal weirdness
To: None <johanc@fusion.kth.se>
From: Ken Nakata <kenn@synap.ne.jp>
List: port-mac68k
Date: 06/13/1998 10:31:48
Johan Carlsson wrote:
>
> Thanks Ken, you hit the nail on the head! With getty running only on tty01
> things work fine w/ Booter 1.11.0.
Kewl. Glad that I could help.
> What is /dev/console BTW? I know /dev/ttye0 is the Mac monitor.
/dev/console is whatever is your console device, so, in your case,
it's the same as /dev/tty01. What is happening here is two getty
processes trying to get the same device at the same time.
Ken