Subject: Re: The VM System To: Frank van der Linden <frank@fwi.uva.nl> From: Chris G Demetriou <Chris_G_Demetriou@BALVENIE.PDL.CS.CMU.EDU> List: tech-kern Date: 11/21/1995 16:44:46
> The main problem is, that the VM system does not know about the existance
> of the I/O buffer cache.k
hah. you can work around that.
the main problem is that if you malloc() (sizeof RAM) + (sizeof swap),
the system will crash.
chris