From: "- stdIN -" Newsgroups: comp.os.msdos.djgpp Subject: Re: DR-DOS 7.03 now works with djgpp programs Date: Wed, 11 Aug 1999 09:32:32 -0500 Organization: Airnews.net! at Internet America Lines: 37 Message-ID: <6E70CB0C5D99D804.DB1A9E9B089D829B.900035521069904D@lp.airnews.net> X-Orig-Message-ID: <7os1b3$itm AT library2 DOT airnews DOT net> References: <1271DE93A062F784 DOT D40A6F8B5E3C607A DOT 051477800C53A9DE AT lp DOT airnews DOT net> <37b081ce DOT 6217619 AT news DOT uswest DOT net> <37B0E9CA DOT 6AF4 AT homemail DOT com> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library2.airnews.net NNTP-Posting-Time: Wed Aug 11 09:28:51 1999 NNTP-Posting-Host: !_]sI1k-Y8".Pi/2FBD^@qki@ (Encoded at Airnews!) X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Previous versions of DR-DOS, OpenDOS, or NWDos required turning DPMI off temporarily before running a program that had to call cwsDPMI. There is no need to turn DPMI off in config.sys. If you choose to turn it off (for example, to use cwsDPMI as the DPMI server altogether), change the DPMI=ON line to OFF in the EMM386 line (I believe it is DPMI=ON - something like that.). The command-line is DPMI OFF , followed by DPMI ON. It's easy to put it in a batch file: @echo off DPMI OFF program.exe DPMI ON DR-DOS 7.03 (the latest kernal) apparently doesn't require this at all. Matthew Haley wrote in message <37B0E9CA DOT 6AF4 AT homemail DOT com>... >I got it working now, sorry for the unnecessary post :) > > >Matthew Haley wrote: >> >> How did you swing that??? I must turn *off* DR-DOS DPMI in order to >> run most DJGPP programs. You wouldn't post/email your config.sys would >> you? Please? >> >> On Tue, 10 Aug 1999 12:06:44 -0500, "- carlo -" wrote: >> >> >I've installed the latest Caldera DR-DOS (7.03).