Mail Archives: djgpp/2000/06/15/13:26:40
The DPMI spec., AFAIK, never tells you that calls like "INT 10h" are
passed to real mode. That's what the function "simulate real-mode
interrupt vector" is for.
You also can't blame an extender for not passing INT 10h since you
ought to be using the "right thing" to get the right results ;-).
Prashant
>
> On Thu, 15 Jun 2000, Prashant TR wrote:
>
> > IMHO, this is *not* a good idea. This is ideal for real mode
> > programs. You can never be sure that the "INT 10" will be passed to
> > real mode. Some extenders support it, some don't. The best way to do
>
> AFAIK aren't int 10h and 21h (among certain others) guaranteed to be
> passed on to the real mode handler...
>
> DOS4GW certainly does it as do the many other extenders (PMW etc) i have
> come across.
>
> I don't think that a proper extender can refrain from passing dos and bios
> function calls to real mode and handle it all by itself....
- Raw text -