From dc7f3bccef43d1483a8a234df85f67f6869e75ba Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 3 Oct 2019 00:39:11 +0200 Subject: Began replacement of VGA functions Why does VGA/VESA not work when running on real hardware? --- src/kernel/input/ps2/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/input') 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); -- cgit v1.2.3