Date: Thu, 29 Feb 1996 13:17:03 +0200 (IST) From: Eli Zaretskii To: Robert Galles Cc: djgpp AT delorie DOT com Subject: Re: Help with CWSDPMI and virtual memory In-Reply-To: <4h1saj$rk4@mozo.cc.purdue.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 28 Feb 1996, Robert Galles wrote: > I was wondering how to configure CWSDPMI in order to use virtual memory. > Does it do this by default? Yes, it does. > I have a i486DX2-50MHz computer with only 4MB RAM... but I was curious > as to whether or not (with virtual memory from CWSDPMI) I could get QUAKE > to just "run" (I'd be happy with "walk" or "crawl" .. just something more > than "page fault"). I'd bet you can't. It's more than likely that QUAKE needs all of its code and data in memory all the time (or else it won't be able to service all the hardware interrupts it hooks, like keyboard, mouse, timer...), so it probably checks the amount of physical memory installed, and will refuse to run if you don't have enough. > (For instance, is the swap file dynamically created and destroyed -- > I never saw the swap file after running...) Yes, it's deleted when CWSDPMI exits.