Mr.Anderson, I understood the basics of the interrupts and why it is used, at realtime mode and at protected mode.
I use an operating system i.e. windows xp, i am in requirement to implement interrupts, because i need to learn interrupts. Well to be simple and specific enough, i have heard a lot of interrupts and the uses of it, so i took up C as an elective in my masters, it is in my syllabus that i need to learn and implement interrupts. As there is no course material specified for that, i have searched the net for any kind and type of information on interrupts, but all i found was the theory of interrupts, why they are so, what it does, and how it can be used. But none of them state the implementation of interrupts. I am looking to learn how to implement,not how and why an interrupt is generated. Are there any specific ways or methodology to implement interrupts ? If yes, how so ? How does my compiler react to a call, how do i provide a call to my compiler, how do i provide input to those interrupt routines ? how do i access the IVT ? how do i get back information after using the interrupts ? That is what i am looking for, but it is not exhaustive, there are a lot more things i need to know. Regards, Sunil.
