its related to linux , interrupts..
Hi ,
I have a question on interrupts:
how to pass interrupts from kernel mode to user mode..
details:
i would like to run spesific appication at user level, after receiving hard ware interrupt,
i have a method i am not sure about it?if anybody know about this please ans.
my ans: after receiving interrrupt, i am calling a function user_mode_helper(), this run the specific applicaion in kernal mode,
|