X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 26 Jan 2002 15:12:01 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: kala AT sankya DOT com (Babu Kalakrishnan) Message-Id: <4098-Sat26Jan2002151201+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: Subject: Re: DPMI Interrupt latency ? References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: kala AT sankya DOT com (Babu Kalakrishnan) > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 26 Jan 2002 16:14:34 +0530 > > Could anyone tell me what is the order of delay (in clocks) required for > the CWSDPMI server to reflect a hardware interrupt from Real mode to the > protected mode handler ? You can find some information about this in the DJGPP FAQ, sections 18.9 and 18.11. > Any suggestion regarding which DPMI server would provide me > the best latency figures would also be welcome. Section 18.11 in the FAQ has some suggestions or minimizing the mode switches. > Would it be possible > to hack the DPMI server source code so that real mode handler can access > memory above 1MB using 32 bit pointers ? I don't think so: in real mode, only 20 bits of the address are put on the bus. While you could do what you want in V86 mode, I doubt that you'd want to, since V86 mode increases the latency that you want to minimize.