From 7df4060ae807dd27f3ae0a11f243897f36053ba1 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 14 May 2015 10:42:15 +0200 Subject: experimenting with grub vbe --- kernel/console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/console.h') diff --git a/kernel/console.h b/kernel/console.h index e68a3b7..3da996c 100644 --- a/kernel/console.h +++ b/kernel/console.h @@ -3,7 +3,7 @@ #include -uint32_t console_init(); +uint32_t console_init(uint32_t mode, uint32_t control); void console_put_char_white(char); void console_put_char_red(char); void console_put_char_green(char); -- cgit v1.2.3