1
0

Start adding simple video console which uses framebuffer

This commit is contained in:
2012-09-09 01:58:38 -04:00
parent c96a4e2a57
commit aaa714d89a
5 changed files with 81 additions and 14 deletions

6
include/console.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef CONSOLE_H
#define CONSOLE_H
void console_init(struct fb *f);
#endif /* CONSOLE_H */