From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: Re^2: 64 MB with EMM386 Date: Wed, 05 Feb 1997 19:20:03 GMT Organization: Oxford University Lines: 16 Message-ID: <32f8dc07.13395877@news.ox.ac.uk> References: <32f3a001 DOT 23452098 AT news DOT ox DOT ac DOT uk> <630_9702042139 AT wombaz DOT robin DOT de> NNTP-Posting-Host: mc31.merton.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 03 Feb 97 22:31:00 GMT, jacob AT wombaz DOT robin DOT de (Frank Jacob) wrote: >You are right, but how do I manage to use Smartdrv ? It needs EMM386. No I wasn't right ;) As Eli pointed out, EMM386 isn't a DMPI server. However, it is playing around with your memory, faking EMS, etc, which might be confusing CWSDPMI. SmartDrive doesn't need EMM386.EXE; it just needs HIMEM.SYS, which in my experience doesn't affect DJGPP program performance. Depending upon your system's RAM size, you might benefit from using a RAM disk and setting this to be gcc's temporary directory. This is all explained in the FAQ, along with other performance issues. George Foot