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: Virtual memory Minix Message-ID: <36555@nigel.ee.udel.edu> Date: 16 Nov 90 14:14:40 GMT Sender: mmdf@ee.udel.edu Lines: 7 The biggest problem of today's minix is Memory Management. Besides, in totay's MINIX, a malloc() will never cause a swapping because the MAXIMUM memory is allocated to a process on exec'ing it by MM, no matter if this process uses the memory or not. C.v.W.