Determine index of IRQ in IDT

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
bcdsys
Posts: 1
Joined: Fri Oct 10, 2008 11:47 am

Determine index of IRQ in IDT

Post by bcdsys »

How do I read an int vector from PIC? I want to determine index of IRQ in IDT without destroy/modify PIC state. How do I do that? Searched google and couln't find answer.
User avatar
i586coder
Member
Member
Posts: 143
Joined: Sat Sep 20, 2008 6:43 am

Re: Determine index of IRQ in IDT

Post by i586coder »

Try searching in the wiki :wink:



http://wiki.osdev.org/Main_Page

Distance doesn't make you any smaller,
but it does make you part of a larger picture.
Post Reply