Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: Christoph van Wuellen Newsgroups: comp.os.minix Subject: Re: Better performance for 68K based minix? Message-ID: <51500@nigel.ee.udel.edu> Date: 22 Apr 91 12:24:44 GMT Sender: mmdf@ee.udel.edu Lines: 11 It is totally illegal that FS calls phys-copy. This works (INCIDENTALLY) on the Mac, ST, and AMIGA since they have no MMU and memory protection hardware. FS really is NOT allowed to access anything outside its address space since it is a normal process. It has to call a kernel function to copy stuff to another process, which might e.g. reside on another machine! C.v.W.