Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!pyrnj!romain From: romain@pyrnj.uucp (Romain Kang) Newsgroups: comp.sys.pyramid Subject: Re: Using DEC vt[2,3]xx terminals with UNIX Message-ID: <734@pyrnj.uucp> Date: 24 Dec 87 16:51:36 GMT References: <4212@trwrb.UUCP> Reply-To: romain@pyrnj.UUCP (Romain Kang) Organization: Pyramid Technology Corp, Woodbridge, NJ Lines: 69 Keywords: 8-bit tty data [I followed up to comp.sys.pyramid only, since there is so much Pyramid-specific stuff here.] In article <4212@trwrb.UUCP> jumper@trwrb.UUCP (Gregory S. Jumper) writes: | I would like the terminal driver to pass all eight bits unscathed to and from | my terminal without my having to put the driver into "raw" mode (and lose line | editing). The "recommended" way to do this under OSx (3.2 and later) involves twiddling a flag in /usr/sys/conf/param.c. I quote from my param.c: /* * Support for 8-bit tty I/O. * This allows full 8-bit tty input and output in canonical mode using: * * att stty cs8 -parenb -istrip * or * ucb stty -even -odd */ int eightbitttyio = 0; I won't have a chance to try this myself before the New Year, but I suspect no one else may see your message before then, either... (For the record, those of you who *must* adb your OSx kernels with /dev/kmem need to change adb's address map: 0xff000000>1 ?m <1 <1+