From: "wolfman" Newsgroups: comp.os.msdos.djgpp Subject: TSRs with DJGPP Date: Wed, 4 Mar 1998 16:24:01 -0800 Organization: http://extra.newsguy.com Lines: 16 Message-ID: <6dkqtb$olm@enews3.newsguy.com> NNTP-Posting-Host: p-747.newsdawg.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, I am thinking of making a library that can interface with many different sound cards via functions in a TSR driver. What I am thinking of doing is loading the basic functions into specific memory addresses (or somehow recording the adress of the function) as a sort of driver and having this driver TSR so that the main program can communicate with it. My questions are: 1: How do I put the functions in specific memory adresses? 2: How do I TSR using DJGPP and CWSDPMI? I know that there is a TSR function for DPMI 1.0, but CWSDPMI is v 0.9. Thanks for the help.