From auejei
Answered By Mike Orr
I would lik to know about interrupt handle for Linux .
How dose it diffrence from another OS ?. And I would like to know interrupt vector for Linux .
Thank you S. Auejai(Thailand)
[Mike] This question is very general and so difficult to answer. What specifically do you want to know about the interrupt handlers and interrupt vectors?
Have you looked at the kernel source? Then you can see exactly what it's doing, and there may be some documentation in the Documentation/ directory as well. Find a kernel mirror close to you at www.kernel.org.
There are also two kernel guides at http://www.linuxdoc.org/guides.html that may answer your question.
1 2 3 4 6 7 9 | ||
11 12 15 16 18 | ||
20 22 24 25 26 28 29 |