Re: interrupt hooking in kernel 2.6

2005-07-14 Thread Lee Revell
On Fri, 2005-07-15 at 03:55 +0300, Zvi Rackover wrote: > hello all, > > i wish to write a module for i386 that can hook interrupts. the module > loads its own interrupt descriptor table instead of the default > system's table. after executing my own handler(s), the old appropriate > handler will b

interrupt hooking in kernel 2.6

2005-07-14 Thread Zvi Rackover
hello all, i wish to write a module for i386 that can hook interrupts. the module loads its own interrupt descriptor table instead of the default system's table. after executing my own handler(s), the old appropriate handler will be called. i could not find any documentation or sample code explain