Bochs: Enter not returning a break code

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
jbizzler
Posts: 1
Joined: Wed Dec 19, 2007 8:32 am

Bochs: Enter not returning a break code

Post by jbizzler »

Hi. I've been toying around with my first keyboard driver, and I've noticed something odd. Every key seems to be producing break codes but enter.

My function mapped to IRQ1 checks for scancodes at port 0x60. When I hit and hold enter, I recieve 1C over and over, but never the break code, which I expect would be 9C.

I'm using Bochs by the way. I havn't tested it outside of Bochs.

Thanks.
Post Reply