diff options
Diffstat (limited to 'src/kernel/input/ps2/keyboard.c')
-rw-r--r-- | src/kernel/input/ps2/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/input/ps2/keyboard.c b/src/kernel/input/ps2/keyboard.c index 100c0d8..262178d 100644 --- a/src/kernel/input/ps2/keyboard.c +++ b/src/kernel/input/ps2/keyboard.c @@ -52,7 +52,7 @@ void keyboard_rate() { send_b(0x60, 0x0); // Rate{00000} Delay{00} 0 } -/* Installs the keyboard handler into IRQ1 */ +// Installs the keyboard handler into IRQ1 void keyboard_install() { keyboard_rate(); irq_install_handler(1, keyboard_handler); |