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

"Probably the best operating system in the world is the [operating system] made for the PDP-11 by Bell Laboratories." - Ted Nelson, October 1977

Working...