Mail Archives: djgpp/1996/07/18/03:16:35
On Tue, 16 Jul 1996, Greg Bond wrote:
> I understand that DJGPP programs run with the help of a DOS extender to
> enable execution in a 32 bit protected address space under DOS. I'm
> curious what overhead DJGPP's DOS extender imposes on programs in
> general (I've been able to find no documentation on-line pertaining to
> the functionality of DOS extenders).
DJGPP v2 is an extender-less environment, it only needs a DPMI server to
run. As there are quite a few such servers available, the performance of
the interrupt handler will vary accordingly.
- Raw text -