From b800448bd50d97aeaa6c51303f7024c0046d77ec Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 8 Jul 2014 17:04:11 +0200 Subject: moved idt stuff to C successfully --- kernel/console.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kernel/console.h') diff --git a/kernel/console.h b/kernel/console.h index e304773..b834289 100644 --- a/kernel/console.h +++ b/kernel/console.h @@ -18,7 +18,9 @@ //autoscroll void print_nextline(); +void print_string(char *str); void print_hex(uint16_t val); +void console_clear_screen(); //no autoscroll void print_str(int x,int y,char *str); -- cgit v1.2.3