* interrupt hooking in kernel 2.6
@ 2005-07-15 0:55 Zvi Rackover
2005-07-15 1:00 ` Lee Revell
0 siblings, 1 reply; 2+ messages in thread
From: Zvi Rackover @ 2005-07-15 0:55 UTC (permalink / raw)
To: linux-kernel
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 explaining how this
is done in 2.6. There are very few outdated examples on the web which
apparently are not suitable.
can anyone help me out?
yours,
zvi
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: interrupt hooking in kernel 2.6
2005-07-15 0:55 interrupt hooking in kernel 2.6 Zvi Rackover
@ 2005-07-15 1:00 ` Lee Revell
0 siblings, 0 replies; 2+ messages in thread
From: Lee Revell @ 2005-07-15 1:00 UTC (permalink / raw)
To: Zvi Rackover; +Cc: linux-kernel
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 be called.
I think you want the "I-Pipe", just posted to LKML few weeks ago.
Lee
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-07-15 1:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-15 0:55 interrupt hooking in kernel 2.6 Zvi Rackover
2005-07-15 1:00 ` Lee Revell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox