Revision 45
fixed 3rd function, now working fine
lab3.c | ||
---|---|---|
138 | 138 |
if (scancode[0] == TWO_BYTE_CODE) kbd_print_scancode(!(scancode[1] & BREAK_CODE_BIT), 2, scancode); |
139 | 139 |
else kbd_print_scancode(!(scancode[0] & BREAK_CODE_BIT), 1, scancode); |
140 | 140 |
time = 0; |
141 |
no_interrupts = 0; |
|
141 | 142 |
if (scancode[0] == ESC_BREAK_CODE) good = 0; |
142 | 143 |
} |
143 | 144 |
} |
Also available in: Unified diff