Mail Archives: djgpp/1995/05/18/14:27:55
> Is it true that a program using GO32 v2 (or any other "real" DPMI
> provider) runs totally in protected mode, using V86 mode to access
> DOS/BIOS functions, and that a real-mode handler is no longer
> absolutely required.
For _hardware_ interrupts you need only install a protected-mode
handler, because DPMI server _always_ reflects hardware interrupts
to protected-mode. This thread, however, was started by asking
what if a program which intercepts the hardware interrupt cannot
tolerate the CPU cycles lost to mode-switch which the DPMI server
does when the interrupt happened in real mode. Most programs
shouldn't qorry about this (especially if they run on a fast CPU).
- Raw text -