Date: Fri, 24 Aug 2001 10:34:02 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Louis P. Santillan" Message-Id: <9003-Fri24Aug2001103401+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (lsantil AT calstatela DOT edu) Subject: Re: TSR/ISR Interaction 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 > Date: Thu, 23 Aug 2001 13:10:20 -0700 (PDT) > From: "Louis P. Santillan" > > How does one get register arguments from cwsdpmi or otherwise? Are you sure you need them? Perhaps you will think otherwise after reading section 17.8 of the DJGPP FAQ. > Can selectors and offsets be temporarily "mapped" into the ISR's data > space? I know one can do this with selectors that are created by the app > itself but I'm not sure if this might work when the selector and offset > are passed thru a interrupt call. Sorry, I don't understand what are you asking here. Could you please describe the situation in more detail and then tell what do you mean by ``temporarily mapping selectors and offsets'' into the ISR's data area? > Also, what is the most proper way to implement TSRs in djgpp these > days? I noticed in the LibC docs that there are DPMI which seem to > simplify the process. I also have Charles Sandmann's djgpptsr.c from > simtel. djgpptsr.c is about all there is to it.