console vga stuff
This commit is contained in:
13
kernel/drivers/console/console.h
Normal file
13
kernel/drivers/console/console.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef D_CONSOLE_H
|
||||
#define D_CONSOLE_H
|
||||
|
||||
#include <lib/font.h>
|
||||
|
||||
void console_putchar(char c);
|
||||
|
||||
void set_console_font(const char* path);
|
||||
void set_console_fg(uint32_t color);
|
||||
void set_console_bg(uint32_t color);
|
||||
void console_init();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user