Mail Archives: djgpp/1994/11/29/15:57:05
> > One other problem is that you can't do anything in a real mode
> > callback (or interrupt) that might cause a mode switch. Basically,
> > you can do integer math and maybe call a function or two - it's pretty
> > limited. It may work sometimes, but it's not guaranteed.
>
> What happens if the real-mode callback/interrupt handler page faults?
Unknown. In non-dpmi mode, go32 handles it correctly, excepting DOS
reentrancy issues. In DPMI mode, you're supposed to lock it. 1.12
allows the locking call in all modes, but only honors it in DPMI mode,
and V2 honors it always.
- Raw text -