summaryrefslogtreecommitdiff
path: root/video/console.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-20 04:51:23 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-20 04:51:23 +0100
commit1acde03a7c0f85aca9919e374e3df6cee6f0bd08 (patch)
tree10ae84ce2693bad62e5c7376cd0c3c40a80c93df /video/console.h
parentbcab3c0be8ff5fe1db1fac9e01973531cc29f554 (diff)
workin on syscall interface etc..
Diffstat (limited to 'video/console.h')
-rw-r--r--video/console.h2
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"