Adding a new interrupt handler to the IDT
- From: Martin Feeney <mjfeeney@xxxxxxxxxxx>
- Date: Fri, 18 Aug 2006 15:00:00 GMT
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.
Any ideas or pointers would be appreciated.
Thanks - Martin
.
- Follow-Ups:
- Re: Adding a new interrupt handler to the IDT
- From: Martin Feeney
- Re: Adding a new interrupt handler to the IDT
- From: Tauno Voipio
- Re: Adding a new interrupt handler to the IDT
- Prev by Date: HELP!Error :NO child processes in LTTV (linux trace toolkit viewer)
- Next by Date: Re: Adding a new interrupt handler to the IDT
- Previous by thread: HELP!Error :NO child processes in LTTV (linux trace toolkit viewer)
- Next by thread: Re: Adding a new interrupt handler to the IDT
- Index(es):
Relevant Pages
|