Problem with keyboard driver

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.
User avatar
Neo
Member
Member
Posts: 842
Joined: Wed Oct 18, 2006 9:01 am

Re:Problem with keyboard driver

Post by Neo »

Do you mean it worked with the 21(decimal). If this is so, I think you are re-mapping the PIC wrongly which overlaps your interrupt and Exception handlers. This will definitely cause errors later on (if they havent so far). You should be mapping them after the Exceptions (i.e. from 0x20 onwards)
Only Human
beyondsociety

Re:Problem with keyboard driver

Post by beyondsociety »

Do you mean it worked with the 21(decimal). If this is so, I think you are re-mapping the PIC wrongly which overlaps your interrupt and Exception handlers. This will definitely cause errors later on (if they havent so far). You should be mapping them after the Exceptions (i.e. from 0x20 onwards)
I changed it to 0x21 (hex) a long time ago.
Post Reply