From: pavenis AT lanet DOT lv To: "Eli Zaretskii" , djgpp-workers AT delorie DOT com Date: Fri, 17 Aug 2001 15:41:23 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: _open.c commit? (was Re: Selector Exhaustion) Message-ID: <3B7D3B23.17205.14B2C6@localhost> In-reply-to: <7704-Fri17Aug2001132557+0300-eliz@is.elta.co.il> References: <3B7D0F21 DOT 25494 DOT 2689A4 AT localhost> (pavenis AT lanet DOT lv) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 17 Aug 2001, at 13:25, Eli Zaretskii wrote: > > From: pavenis AT lanet DOT lv > > Date: Fri, 17 Aug 2001 12:33:37 +0300 > > So I would prefer to look whether we have good DPMI server. > > Right. So maybe we should only do that with CWSDPMI. CWSDPMI can be > recognized by calling the Get Capabilities function. This function is supported in CWSDPMI v5, but not in earlier versions. Andris *** djgpp/src/libc/dpmi/api/d0401.txh~4 Thu Sep 30 16:19:04 1999 --- djgpp/src/libc/dpmi/api/d0401.txh Fri Aug 17 14:36:20 2001 *************** Please refer to @ref{DPMI Specification} *** 13,20 **** function call operation. Also see @ref{DPMI Overview} for general information. ! DPMI function AX = 0x0401 (DPMI 1.0 only). Not supported by CWSDPMI and ! Windows. Gets the capabilities of the server. @var{flags} are as follows: --- 13,20 ---- function call operation. Also see @ref{DPMI Overview} for general information. ! DPMI function AX = 0x0401 (DPMI 1.0 only). Not supported by Windows. ! Supported by CWSDPMI v5 (but not by earlier versions) Gets the capabilities of the server. @var{flags} are as follows: