From: Joseph Turian Newsgroups: comp.os.msdos.djgpp Subject: Hooking interrupts Date: Fri, 17 Jan 1997 22:38:30 -0500 Organization: IDT Lines: 3 Message-ID: <32E045B5.4680@mail.idt.net> NNTP-Posting-Host: ppp-14.ts-1.fpk.idt.net 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 Is it possible to hook an interrupt while in protected mode? I wanted to write a keyboard handler, but I am new to djgpp and only know how it is done in 8086 assembly