I was just learning about interrupt handling in linux kernel modules and i was wondering if i can request_irq() for a vector say 0xF0 and enter the handler from a user space program that executes int 0xF0 instruction. I'm just wondering if i can register interrupt handlers for software interrupts as well.
0
votes
What research have you done so far? Have you been unable to find the answer to this question in Google?
– Jim Garrison
yes. I have tried to google it. i did not find much in the way of doing this. found a couple of questions on stack overflow but nothing that explicitly says this can or cannot be done.
– Raghu