Mail Archives: djgpp/2000/06/12/08:34:53
On Sun, 11 Jun 2000, Alexei A. Frounze wrote:
> Do you wanna say __dpmi_int has nothing about V86???
Yes, that's exactly what I'm saying. __dpmi_int works with or without
V86. All it needs is a DPMI server that catches Int 31h. CWSDPMI is
one such server, and CWSDPMI *can* run without V86.
> If host OS is DOS, DOS extender/ DPMI host switches to V86 to handle
> that request.
Not true. CWSDPMI does NOT switch the CPU into V86. If it finds the
CPU in V86, that's what it will use. If not, it will switch it to
real mode when it needs to issue a DOS call. The CWSDPMI sources show
this very clearly.
- Raw text -