Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tut.cis.ohio-state.edu!sei.cmu.edu!fs7.ece.cmu.edu!o.gp.cs.cmu.edu!MRT.MACH.CS.CMU.EDU!mrt From: mrt@MRT.MACH.CS.CMU.EDU (Mary Thompson) Newsgroups: comp.os.mach Subject: General discription of Mach Message-ID: <1991May13.174717.14031@cs.cmu.edu> Date: 13 May 91 17:47:17 GMT Sender: netnews@cs.cmu.edu (USENET News Group Software) Reply-To: mrt@MRT.MACH.CS.CMU.EDU (Mary Thompson) Followup-To: Phil Howard Organization: Carnegie Mellon University Lines: 12 Probably the best general overview of Mach is now the Chapter in Sliberschatz and Peters Operating Systems Concept book that Richward Ward refered to a couple of posts ago. In genreral, if one is talking about Mach 2.5 and there is not a specific Mach way of doing something, e.g I/O, then use the Unix (4.3 BSD) way. All the Unix kernel interface is supported so that Mach didn't have to rewrite something that was not central to its design. If you are talking about Mach 3.0 then it depends on what sort of servers you have running and what functions they support. At the moment most Mach 3.0 servers are still in the implementation or early testing phase. Mary Thompson, CMU