From 1acde03a7c0f85aca9919e374e3df6cee6f0bd08 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 20 Nov 2014 04:51:23 +0100 Subject: workin on syscall interface etc.. --- video/console.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video') 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" -- cgit v1.2.3