1
0

console: Initial commit of simple framebuffer console output

This commit is contained in:
2012-10-02 23:17:25 -04:00
parent 53863654c3
commit 736155ce99
3 changed files with 115 additions and 39 deletions

View File

@ -22,5 +22,6 @@
#define CONSOLE_H
void console_init(struct fb *f);
void console_putc(char c);
#endif /* CONSOLE_H */