I have developed a keyboard driverand I am able to install it's interrupt successfully but whenever pc fires a kb int bochs shows me an error stating 'INTERNAL KEYBOARD BUFFER IS FULL' and I don't get any result on the monitor.... may be my code doesn't get executed due to the error...
plz help
Keyboard driver
Re:Keyboard driver
Can you show us your keyboard code?
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Keyboard driver
that sounds like a missing "IN AL,0x60" or a missing EOI message to me.