From 47d22a238a6c5d60c6abfac724e6ad91885cdd67 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 29 Aug 2014 19:56:40 +0200 Subject: added paging support --- kernel/keyboard.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'kernel/keyboard.c') diff --git a/kernel/keyboard.c b/kernel/keyboard.c index ede71a2..7b08098 100644 --- a/kernel/keyboard.c +++ b/kernel/keyboard.c @@ -1,18 +1,15 @@ #include "kernel.h" #include "x86.h" #include "console.h" + #include "../lib/logger/log.h" // logger facilities #define FOOLOS_MODULE_NAME "keyboard" /// keyboard driver //// - -//static int cursor=0; -//static char last_code=0; - void keyboard_handle(uint8_t in) { - log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"scancode 0x%x",in); + log(FOOLOS_MODULE_NAME,FOOLOS_LOG_FINE,"scancode 0x%x",in); int i=0; // -- cgit v1.2.3