From: Tom Burgess Newsgroups: comp.os.msdos.djgpp Subject: Re: Reference for DJGPP? Date: Sat, 22 Mar 1997 02:42:28 -0700 Organization: BCTEL Advanced Communications Lines: 25 Message-ID: <3333A984.702C@bc.sympatico.ca> References: <01bc369b$876671c0$LocalHost AT anthonyb> NNTP-Posting-Host: pntn02m01-18.bctel.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Anthony Q. Bachler wrote: > > Is there a reference work for DJGPP that defines all the conventions? I am > trying to learn to use it rather than continue to use Turbo C, but every > time I try to do something like set up an ISR or directly access video, my > program ends up causing GPF,s SV's and II's. It is possible that it is > simply my lack of familiarity with protected mode, but I really do need a > book or a DOC to explain how to do these things. If you want to send me > some code, thats fine, but please trim it to the essentials. I got some > code from a guy yesterday that wasn't remarked and the relevant function > was buried in about 500 lines of other stuff. I never did figure out what > he was doing. > > --- > HTTP://vax2.rainis.net/~cwhizard/norn.htm > Home of the Sixpak of Norns. > As far as I know, no. It's just GCC ported to the PC. If you want to mess with ISRs, DMAs, and direct PC hardware access, you could do worse than check out info and links from http://www.rt66.com/~brennan/djgpp/ in particular the excellent Allegro library which provides examples of many types of gnarly PC interface code (and which just might fulfill your needs with little added effort) regards, tom