Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: Better performance for 68K based minix? Message-ID: <51617@nigel.ee.udel.edu> Date: 23 Apr 91 10:05:46 GMT Sender: mmdf@ee.udel.edu Lines: 7 This hack is again illegal. It is restricted to applications which only do I/O in multiples of the disk sector size. If you read, e.g. 1 byte from a disk file, you actually read a whole block, and this has to be buffered somewhere. C.v.W.