diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-07-08 17:04:11 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-07-08 17:04:11 +0200 |
| commit | b800448bd50d97aeaa6c51303f7024c0046d77ec (patch) | |
| tree | caf7300263169d783c4d868403a3d320396fbea4 /kernel/console.h | |
| parent | 24c2a30b304ac1285db71375e31f46f85b50b1bc (diff) | |
moved idt stuff to C successfully
Diffstat (limited to 'kernel/console.h')
| -rw-r--r-- | kernel/console.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
