Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!jato!hanauma!hyc From: hyc@hanauma.jpl.nasa.gov (Howard Chu) Newsgroups: comp.os.minix Subject: Re: Minix on a ST, GUI for MINIX? Message-ID: <1991Mar21.222618.11257@jato.jpl.nasa.gov> Date: 21 Mar 91 22:26:18 GMT References: <1991Mar18.234413.4827@doe.utoronto.ca> <2384@tuvie.UUCP> Sender: news@jato.jpl.nasa.gov Organization: SAR Systems Development and Processing, JPL Lines: 19 Nntp-Posting-Host: hanauma.jpl.nasa.gov In article <2384@tuvie.UUCP> hp@vmars.tuwien.ac.at (Peter Holzer) writes: >david@doe.utoronto.ca (David Megginson) writes: >>I think that MGR sort-of wants a BSD environment. >> How hard would it be to BSD-ize Minix (I don't have >>it yet, just the demo). > >Rather hard, I think. But for MGR all you need is a way to send >commands from the client to the server and back reliably. This >could be streams (SysV), sockets (BSD), fifos (many) or messages >(Minix). Actually, MGR doesn't use sockets at all, it just needs pseudo-ttys for the BSD version. Client-server interaction is via escape-sequences sent using normal I/O. This also could be done with Streams in SysV. How do Minix virtual terminals work? -- -- Howard Chu @ Jet Propulsion Laboratory, Pasadena, CA Disclaimer: How would I know, I just got here!