Re: Adding a new interrupt handler to the IDT
- From: Tauno Voipio <tauno.voipio@xxxxxxxxxxxxx>
- Date: Fri, 18 Aug 2006 15:18:49 GMT
Martin Feeney wrote:
I have a system which will be creating CPU interrupts via a user-supplied IDT value. I have a kernel module which will handle the interrupt - I just need to hook this code into the interrupt handler mechanism. I cannot find any documentation on how to create an entry in the IDT or to identify the linkage protocol (assuming I can create an IDT entry).
Note: These are NOT IRQs and, therefore, the request_irq() services cannot be used. This would be equivalent to creating a handler for the INT instruction.
Are you intending to create a back-door to the kernel via
an int instruction?
Where are the non-irq interrupts coming from, and how do
the get onto the CPU chip?
--
Tauno Voipio
tauno voipio (at) iki fi
.
- Follow-Ups:
- Re: Adding a new interrupt handler to the IDT
- From: Martin Feeney
- Re: Adding a new interrupt handler to the IDT
- References:
- Adding a new interrupt handler to the IDT
- From: Martin Feeney
- Adding a new interrupt handler to the IDT
- Prev by Date: Adding a new interrupt handler to the IDT
- Next by Date: Re: Adding a new interrupt handler to the IDT
- Previous by thread: Adding a new interrupt handler to the IDT
- Next by thread: Re: Adding a new interrupt handler to the IDT
- Index(es):
Relevant Pages
|
|