[stage2] Make console.c manage the display, enable it only when needed
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#ifndef FUSEE_CONSOLE_H
|
||||
#define FUSEE_CONSOLE_H
|
||||
|
||||
int console_init(void *fb);
|
||||
int console_resume(void *fb, int row, int col);
|
||||
int console_init(void);
|
||||
int console_display(const void *framebuffer); /* Must be page-aligned */
|
||||
int console_resume(void);
|
||||
int console_end(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user