diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-14 10:42:15 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-14 10:42:15 +0200 |
| commit | 7df4060ae807dd27f3ae0a11f243897f36053ba1 (patch) | |
| tree | cb06f018a60fe373e13b03d552fe27a5c42c134d /kernel/console.h | |
| parent | b74c5c8fb4de3b2847bc942e57dcf8f0dea705be (diff) | |
experimenting with grub vbe
Diffstat (limited to 'kernel/console.h')
| -rw-r--r-- | kernel/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> -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); |
