diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-20 04:51:23 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-20 04:51:23 +0100 |
| commit | 1acde03a7c0f85aca9919e374e3df6cee6f0bd08 (patch) | |
| tree | 10ae84ce2693bad62e5c7376cd0c3c40a80c93df /video | |
| parent | bcab3c0be8ff5fe1db1fac9e01973531cc29f554 (diff) | |
workin on syscall interface etc..
Diffstat (limited to 'video')
| -rw-r--r-- | video/console.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/video/console.h b/video/console.h index e8939e7..74ec50c 100644 --- a/video/console.h +++ b/video/console.h @@ -1,5 +1,7 @@ #ifndef CONSOLEINT_H #define CONSOLEINT_H +// 80 x 24 +// TODO: implement VT100 #include "lib/int/stdint.h" |
