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
hello all,
where can i find the code that initializes and the code that manages the
following:
a) Global Descriptor Table (GDT)
b) Local Descriptor Table (LDT)
c) Interrupt Descriptor Table (IDT)
?
if anyone know of any good documentation/tutorial i would appriciate if
you mentioned it/them.
On 4/20/05, Arjan van de Ven <[EMAIL PROTECTED]> wrote:
> On Wed, 2005-04-20 at 11:58 +0300, Zvi Rackover wrote:
> > Hello all,
> >
> > I would like to write a program that monitors various system
> > parameters in real time. One of these is counting the number o
Hello all,
I would like to write a program that monitors various system
parameters in real time. One of these is counting the number of
interrupts. I would like to implement my own interrupt handler so that
each handler counts the number of interrupt of its respective type.
I have read various
4 matches
Mail list logo