Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!sunybcs!ugkamins From: ugkamins@sunybcs.uucp (John Kaminski) Newsgroups: comp.os.minix Subject: Re: Info on Atari ST Message-ID: <5437@cs.Buffalo.EDU> Date: 24 Apr 89 03:17:29 GMT References: <3748@sdsu.UUCP> <2905@sun.soe.clarkson.edu> <1071@psueea.UUCP> Sender: nobody@cs.Buffalo.EDU Reply-To: ugkamins@sunybcs.UUCP (John Kaminski) Organization: SUNY/Buffalo Computer Science Lines: 15 Distribution: In article <1071@psueea.UUCP> kirkenda@jove.cs.pdx.edu (Steve Kirkendall) writes: . . . => The internal structure of the Minix kernel is entirely different from that => of any "real" Unix system. Unix was written for efficiency; Minix was => written for understandability and ease of modification. => =>-- Steve Kirkendall => uunet!tektronix!psu-cs!kirkenda not to mention modularity, so that if you wanted, you could have the file system handled on another machine (distributed environment). The only problem to be solved is writing the message sender and receiver for communication to/from the remote server.