Re: want to be a kernel developer

2017-02-28 Thread Chauhan, Himanshu
On Fri, Feb 24, 2017 at 1:59 PM, sourav mondal wrote: > hi, > I want to be a kernel developer.I don't really know much about linux kernel. > can anyone suggests me some good books that can help to learn more about the > kernel development? > Books alone won't help.

Re: Finding the interrupt vector of a given IRQ

2012-05-27 Thread Chauhan, Himanshu
AKAIK I think is possible. For example int 3 in x86 is actually an interrupt so to say. I don't want to go in other details about exception vs interrupts and stack saving. But in short you can achieve what you are trying here. Search for breakpoint handler probably in entry.S and from the trace