X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: DPMI Server Date: Tue, 18 Sep 2007 05:26:50 -0700 Organization: http://groups.google.com Lines: 15 Message-ID: <1190118410.782601.293640@19g2000hsx.googlegroups.com> References: <0JOJ00IK4FGOSBQ0 AT mta3 DOT srv DOT hcvlny DOT cv DOT net> NNTP-Posting-Host: 195.70.144.29 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1190118411 22243 127.0.0.1 (18 Sep 2007 12:26:51 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 18 Sep 2007 12:26:51 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: 19g2000hsx.googlegroups.com; posting-host=195.70.144.29; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Or you can use Himem.sys. Include it in config.sys like that: > device=C:\HIMEM.SYS Are you sure? I think HIMEM.SYS is only XMS driver not DPMI server. DJGPP programs doesn't need himem.sys to run. Easy way to provide DPMI support is download CWSDPMI http://www.volny.cz/rayer/programm/cwsdpmi6.zip and put cwsdpmi.exe into directory which is in system path, e.g. C: \DOS on your system. DJGPP programs on startup will look if DPMI is running or if not they try to launch CWSDPMI. It's done automatically.