Sender: sauls AT subdimension DOT com From: "sauls" Newsgroups: comp.os.msdos.djgpp Subject: Protected Mode Callbacks X-Mailer: WebNews to Mail Gateway v1.1e Message-ID: <3a2733aa.4842.269167349@subdimension.com> Lines: 14 NNTP-Posting-Host: 8duq4f4mvlLtGBroe2lnv6upvwEvMLPplOMLCMPji2Nw X-Trace: WiNb617/n6HkqKR/Q21g3uJY24Tj/s20qnfv+tGbomzvIYnEs1LUdlne/lme0obCSTW27XPblP0T!vkQThxabOKIe2cimpXLlWJUxM6o6F92v4Y1RMcpxMM3wdOG0hG5hVRF6f4gkaqcrLGWiuIs/rAt7!fB/U+XBFTW2M118U X-Complaints-To: news-abuse AT thebiz DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers to X-Abuse-Info: news-abuse AT thebiz DOT net, otherwise we will be unable X-Abuse-Info: to process your complaint properly. NNTP-Posting-Date: Thu, 30 Nov 2000 23:12:39 EST Organization: BiznessOnline.com, Inc. Date: Fri, 01 Dec 2000 04:12:49 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm trying to hook a handler into the mouse driver, with int 0x33 and ax = 0x000c. Well, I need to put an address to a far routine into ES:DX, but I'm not quite sure how to do it. I've gotten as far as knowing that I need to use __dpmi_allocate_real_mode_callback()... but that's as far as I can figure. The documentation on these functions seems to be thin at best. Can someone please assist me in this issue, or at least give me a pointer in the right direction (pun intended)?