diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-29 19:56:40 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-29 19:56:40 +0200 |
| commit | 47d22a238a6c5d60c6abfac724e6ad91885cdd67 (patch) | |
| tree | bd3893777b58aac7c94d68fe2a4ba57cfbdb38ec /kernel/console.c | |
| parent | 659f1f1ae057c82a154a1fd32cc9dca040979daa (diff) | |
added paging support
Diffstat (limited to 'kernel/console.c')
| -rw-r--r-- | kernel/console.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/console.c b/kernel/console.c index b1a9125..72ad066 100644 --- a/kernel/console.c +++ b/kernel/console.c @@ -1,6 +1,7 @@ #include "console.h" -#define FOOLOS_CONSOLE +//#define FOOLOS_CONSOLE +//#undef FOOLOS_CONSOLE static int posx=0; static int posy=0; |
