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.