diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-07-08 23:19:51 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-07-08 23:19:51 +0200 |
| commit | d00e64542cb58b25cd67e8c3b682d0e07312f441 (patch) | |
| tree | 725231947c9425e0aae45fb674f8c02a955e7632 /kernel/console.h | |
| parent | 1d5e33d5cc2c68dbe63d9a889432316a514a6fd6 (diff) | |
added basic shell with one command.
Diffstat (limited to 'kernel/console.h')
| -rw-r--r-- | kernel/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/console.h b/kernel/console.h index c1920b8..8c547db 100644 --- a/kernel/console.h +++ b/kernel/console.h @@ -34,6 +34,7 @@ //autoscroll void scr_clear(); void scr_nextline(); +void scr_backspace(); void scr_put_string(char *str); void scr_put_string_nl(char *str); void scr_put_hex(uint16_t val); |
