Message-Id: <199808120355.EAA04167@sable.ox.ac.uk> Comments: Authenticated sender is From: "George Foot" To: Anand Singh Bisen Date: Wed, 12 Aug 1998 04:54:24 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Problematic platform Reply-to: george DOT foot AT merton DOT oxford DOT ac DOT uk CC: djgpp AT delorie DOT com Precedence: bulk On 12 Aug 98 at 4:52, Anand Singh Bisen wrote: > I have Pentium 200 Mhz with 32 MB RAM with 2 MB VRAM PCI VGA etc.... = > when i compile a program in win 98 dos box the programs copiles very = > quickly and very quickly means very quickly but when the same programs = > is compiled in DOS platform with cwsdpmi the process is really tooo = > slooow.=20 > > What is the reason. DJGPP is mainly meant for DOS so why is it so = > slow in dos. i.e. real dos. Did you use a disk cache? Try typing "smartdrv" before using any of the djgpp tools. You can also remove some startup overhead by running "cwsdpmi -p", which preloads the DPMI server so that the djgpp startup code doesn't have to do this. See the FAQ (chapter 7 and section 3.9) for more information. -- george DOT foot AT merton DOT oxford DOT ac DOT uk