Date: Sun, 18 Feb 1996 09:52:50 +0200 (IST) From: Eli Zaretskii To: Charles Sandmann Cc: djgpp AT delorie DOT com Subject: Re: how to allocate DMA pages ? In-Reply-To: <3122c38a.sandmann@clio.rice.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 14 Feb 1996, Charles Sandmann wrote: > right now. The bad news is that I never bothered to implement it for > CWSDPMI (see all the bad things I never tell you about ;-) so you must > use the XMS type solution (if you need LOTS of DMA buffers) or DOS memory > if you can get by with it, or use something more professional :-) That is true when running CWSDPMI on a pure DOS system, but when a memory manager like EMM386 or QEMM is installed, isn't it true that VDS is served by that manager? AFAIK, every memory manager out there supports the VDS API nowadays.