Date: Thu, 3 Jul 1997 10:42:14 -0700 (PDT) Message-Id: <199707031742.KAA02463@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: dov AT israel DOT sun DOT com From: Nate Eldredge Subject: Re: VMM under djgpp Cc: djgpp AT delorie DOT com Precedence: bulk You wrote: >Does anyone know about Virtual Memory Manager under djgpp? If I understand you correctly, you want to know about how to use virtual memory (hard disk space used as RAM). This is automatically implemented by the C library and the DPMI server. So you can just malloc() away and when physical memory runs out, virtual memory will be used. If your DPMI server doesn't do this (and I understand some don't), try disabling it and using CWSDPMI. Hope this helps Nate Eldredge eldredge AT ap DOT net