From 24c2a30b304ac1285db71375e31f46f85b50b1bc Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 8 Jul 2014 12:14:15 +0200 Subject: Refactoring and movint Interrupt Vector Setup to C --- kernel/console.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/console.c') diff --git a/kernel/console.c b/kernel/console.c index 9381eed..48e5ee7 100644 --- a/kernel/console.c +++ b/kernel/console.c @@ -31,6 +31,7 @@ void print_hex(uint16_t val) } + void print_single_hex(int i) { if(i<10)print_char_col(posx,posy,'0'+i,SCR_GREEN); -- cgit v1.2.3