--- In [email protected], "sunil_h_v" <[EMAIL PROTECTED]> wrote: > > 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. >
If you plan to implement interrupts in windows xp or above you should look into the "DDK". I believe this allows hardware intervention but I am not real sure. Do a search on 'DDK' at mdsn.microsoft.com. If you are talking about interrupts pertaining to a PC, a quick yahoo search using "+interrupts +pc +sound" will turn you in the right direction. Try http://www.bioscentral.com/misc/interrupts.htm Good Luck...
