Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.msdos.djgpp > #1727

__dpmi_int() or int86() ?

From "Rod Pemberton" <dont_use_email@xnohavenotit.cnm>
Newsgroups comp.os.msdos.djgpp
Subject __dpmi_int() or int86() ?
Date 2014-02-15 05:03 -0500
Organization Aioe.org NNTP Server
Message-ID <op.xbbh8knb5zc71u@localhost> (permalink)

Show all headers | View raw


I use __dpmi_int() to call RM interrupts with DJGPP.
So far, I haven't had much use for a PM interrupts.

However, I understand that you can use int86() to call
PM interrupt routines, if installed.  The DPMI host
has installed PM ISRs that will reflect the PM interrupt
to RM.  So, both int86() and __dpmi_int() can be used
to call RM interrupts.  I understand that __dpmi_int()
is generally recommended for this.

But, which is _actually_ faster with CWSDPMI for calling
RM interrupts?  PMODEDJ?  Is it faster to use __dpmi_int()
or to use int86()?  Has anyone actually timed this, in the
past perhaps?  I.e., how does the combined overhead of each
DJGPP call and DPMI portion compare for both?


Rod Pemberton

Back to comp.os.msdos.djgpp | Previous | NextNext in thread | Find similar | Unroll thread


Thread

__dpmi_int() or int86() ? "Rod Pemberton" <dont_use_email@xnohavenotit.cnm> - 2014-02-15 05:03 -0500
  Re: __dpmi_int() or int86() ? Eli Zaretskii <eliz@gnu.org> - 2014-02-15 16:37 +0200

csiph-web