X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Joel Saunders" Newsgroups: comp.os.msdos.djgpp Subject: Looking for a tutorial. Date: Thu, 7 Mar 2002 23:57:16 +0000 (UTC) Organization: Mailgate.ORG Server - http://www.Mailgate.ORG Lines: 16 Message-ID: <0923814b36dcde01d103582967926716.62691@mygate.mailgate.org> NNTP-Posting-Host: spider-mtc-ta083.proxy.aol.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.mailgate.org 1015528208 6481 64.12.105.58 (Fri Mar 8 00:57:16 2002) X-Complaints-To: abuse AT mailgate DOT org NNTP-Posting-Date: Thu, 7 Mar 2002 23:57:16 +0000 (UTC) Injector-Info: news.mailgate.org; posting-host=spider-mtc-ta083.proxy.aol.com; posting-account=62691; posting-date=1015528208 User-Agent: Mailgate Web Server X-URL: http://mygate.mailgate.org/mynews/comp/comp.os.msdos.djgpp/0923814b36dcde01d103582967926716.62691%40mygate.mailgate.org To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Where can I find a tutorial for writting a wrapper for handling interrupts? Specifically, for handling real mode interrupts. DJGPP has a great wrapper routine itself, but sometimes I prefer something slightly different from a provided routine, or sometimes I prefer to write my own routines so that I don't need to include an entire library, thus making a program smaller. Anyway, since I'm still new to PMode programming, and having to work with wrappers, I wouldn't know where to start. I've studied the DJGPP source file gormcb.c which has the function _go32_dpmi_allocate_real_mode_callback_iret I understand some of it, but I don't understand it enough to make changes if I want to. -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG