Date: Wed, 11 Nov 1998 12:14:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Bjorn De Meyer cc: djgpp AT delorie DOT com Subject: Re: Problem located was Re: Allegro: BUG in grabber? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 10 Nov 1998, Bjorn De Meyer wrote: > If you use Caldara's VDISK.SYS, you MUST use EMM386.EXE, with dpmi > disabled (I always do that.), while if you are using M$ RAMDRIVE.SYS, > you MUST use the old msdos memory managers. *!$% microsoft and their > buggy programs :>. This is really one to remember for all Opendos users... > What is causing the crash however seems to be a bit of a mystery... Unless I'm mistaken, VDISK forces a different method of allocating extended memory. This might be an explanation for the problems you had. > VDISK.SYS crashes and the swapped out data is gone because it was on the > virtual disk, CWSDPMI tries to get it from there, but the virtual disk has > nuked already, so... finito. Why did you put the swap file on a virtual disk? The swap file is needed if you don't have enough physical memory for your programs. Why does it make sense to use up some of that memory for the swap?