X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: zandro_arceo AT support DOT trendmicro DOT com (IeperNaum) Newsgroups: comp.os.msdos.djgpp Subject: Hooking INT 2F Date: 5 Mar 2002 01:20:51 -0800 Organization: http://groups.google.com/ Lines: 15 Message-ID: NNTP-Posting-Host: 202.138.160.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1015320051 4834 127.0.0.1 (5 Mar 2002 09:20:51 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 5 Mar 2002 09:20:51 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com has anybody tried to hook int 2f? i was able to hook this interrupt using Turbo C. but when i tried it in djgpp, i could not. i used djgpptsr.c as the basis for my code. i tried to build the sample tsr, and it worked. then i changed the interrupt from int 8 to 2f, modified the int2f handler to make the program beep. but it did not work. is there a special way of hoking this interrupt? i'll greatly appreciate any help. thanks.