LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   interrupt handling - fork - exec help!! (https://www.linuxquestions.org/questions/programming-9/interrupt-handling-fork-exec-help-455059/)

James Scrymgeour 06-15-2006 10:34 AM

interrupt handling - fork - exec help!!
 
Hi,
I have an interrupt installed in the kernel, generating interrupts nicely and printing kernel messages. But I need a way of handling this at user level, for instance using the fork command so one process is running then whenever the interrupt handler gets an interrupt it acts upon this.

The problem I have is monitoring the handler, and i dont seem to be able to find any examples of this, it is for the parallel port so it is 7.

i have the oreilly book on linux device drivers, but ideally need an example program just to see how it all fits together.

any help or coments would be greatly appreciated!
cheers
James


All times are GMT -5. The time now is 03:05 AM.