X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rod Pemberton" Newsgroups: comp.os.msdos.djgpp,comp.os.msdos.programmer Subject: Re: What other DPMI hosts work with DJGPP? Date: Sat, 12 Apr 2014 05:59:45 -0400 Organization: Aioe.org NNTP Server Lines: 29 Message-ID: References: NNTP-Posting-Host: CNsg4fVcCsvs3UaOgZtQCw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Complaints-To: abuse AT aioe DOT org User-Agent: Opera Mail/12.16 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Bytes: 2185 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 10 Apr 2014 20:19:08 -0400, Rod Pemberton wrote: > On Tue, 08 Apr 2014 04:25:46 -0400, Martin Str|mberg > wrote: >> In comp.os.msdos.djgpp Rod Pemberton >> wrote: >>> So, I have code to prevent the app from starting when CWSDPMI >>> or CWSDPR0 is *not* the DPMI client. This is to just prevent >>> PMODEDJ. But, I really don't want to prevent the app from >>> working with other DJGPP compatible DPMI hosts. >> >> Hmm... Why not use a blacklist in stead of a whitelist? >> > Personally, I have no real preference either way as to > a blacklist or whitelist. I just like to prevent PMODEDJ (and > other common non-nestable clients), while allowing nestable clients. > Based on the other info I posted on the DPMI hosts, I think I'm going to allow DPMI clients which support DPMI 0401H "Get DPMI Capabilities". I'm also going to allow Windows 98/SE DPMI, if possible. This may allow some clients it shouldn't or block some it shouldn't, but it seems to be a reasonable solution based on the info I currently have. There is no point in overly complicating this. Most people are likely using CWSDPMI, CWSDPR0, or PMODEDJ. Rod Pemberton