Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:AMI BIOS and beeping console (Score 1) 1261

You make an interesting argument, which is slightly wrong and completely irrelevant.

It is slightly wrong, because the circular keyboard buffer has the capacity of 32 bytes, which suffices for 16 keystrokes, each represented as SCAN + ASCII.

It is completely irrelevant, since modifier keys status is kept in bytes 417h and 418h. Instead, when a modifier + regular key combination is pressed, ASCII is 00h and SCAN reflects the combination.

Thus the necessity to redirect INT 9 interrupt if handling modifier key events alone is required.

Slashdot Top Deals

Real programmers don't comment their code. It was hard to write, it should be hard to understand.

Working...