X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Has anybody successfully hooked int 0DH? Date: Sun, 03 Mar 2002 23:28:43 CST Organization: Rice University, Houston TX Lines: 12 Message-ID: <3c83060b.sandmann@clio.rice.edu> References: <0ba46b640f6dae4cc41710afe21bfe4e DOT 62691 AT mygate DOT mailgate DOT org> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1015219985 15518 128.42.105.3 (4 Mar 2002 05:33:05 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 4 Mar 2002 05:33:05 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > In real mode, GPF's happen if, and here's a cut and past from Ralph > Brown's interrupt list: (I'm not sure how many of these happen in real mode vs only in V86 mode, but anyway...) > So I just want to be able to intercept the interrupt and use my own > exception handler. DJGPP based tools would not be the right ones to catch and/or interpret the results in any of these cases. A real mode interrupt hook on 0x0d which looked for an error code would be much more useful.