how can i enable mouse?

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
iamxiaohan

how can i enable mouse?

Post by iamxiaohan »

hi,i want to use mouse under my os,but even if i enable irq12,i also can't receive the mouse interrupt :(

what can i do?

thank you very much!
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:how can i enable mouse?

Post by Pype.Clicker »

well, i suggest you check out the TroubleShooting page about interrupts on the FAQ...

Chances are that you did not proprely enabled interrupts at 8259 (both IRQ12 and IRQ2 must be enabled) or that you're not properly acknowledging the IRQ (0x20 must be sent to both port 0x20 and 0xA0 for IRQs above 7 ...)
Post Reply