Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!apple!oliveb!tymix!cirrusl!sunseeker!saeed From: saeed@sunseeker.UUCP (Saeed Talebbeik) Newsgroups: comp.unix.wizards Subject: Re: xenix system V tty device drivers Message-ID: <1236@cirrusl.UUCP> Date: 15 Jan 90 18:55:50 GMT References: <1221@cirrusl.UUCP> <8888.25adfbd6@ecs.umass.edu> Sender: news@cirrusl.UUCP Reply-To: saeed@sunseeker (Saeed Talebbeik) Distribution: all Organization: Cirrus Logic Inc. Lines: 8 yes there is a section in xenix manual for writing a tty driver but it is only 500 lines. The SCO tech support claims that a true blue tty driver is about 2000 lines. We are missing 1500 lines ! What are they ? What does that 1500 line is supposed to do ? That is exactly the problem. What are the issues involved that have to be addressed in that 1500 lines ? I guess except having access to a sample tty driver source code and running through it there is no way of writing a tty driver for a novice .