Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!husc4!kozam From: kozam@husc4.UUCP Newsgroups: comp.text,comp.sources.wanted Subject: Re: How can I get TeX in C? Message-ID: <1502@husc6.UUCP> Date: Thu, 26-Mar-87 12:15:39 EST Article-I.D.: husc6.1502 Posted: Thu Mar 26 12:15:39 1987 Date-Received: Sat, 28-Mar-87 04:29:38 EST References: <281@pluto.UUCP> Sender: news@husc6.UUCP Reply-To: kozam@husc4.UUCP (marc kozam) Organization: Harvard Univ. Science Center Lines: 20 Xref: utgpu comp.text:580 comp.sources.wanted:799 I'm contemplating porting TeX to a small machine (16-bit virtual addresses - a PDP 11/73, running RT-11 or TSX+). Has anyone done this particular port? If anyone out there has ported TeX to any small machine, or is familiar with the intermals of TeX running on a small machine, I'd be very grateful for any information which you could share. My current plans are to make the large arrays RAM disk files. (that pretty much takes care of the large data space). I don't know how big the code really is, but I guess it will be larger than a 16-bit virtual address can handle. I could handle this in several ways: multiple concurrent processes communicating through channels or shared memory, one large process with heavily overlaid code, or several processes that chain to each other and communicate with temporary files. I can't justify buying a microvax or other 32-bit machine right now. I know that the PDP-11 is an outdated machine, but it's what I've got. Helpful comments would be appreciated. Marc Kozam