Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <framebuffer.h>
#include <device.h>
Functions | |
devcall | fbPutc (device *devptr, char ch) |
Variables | |
int | rows |
int | cols |
int | cursor_col |
int | cursor_row |
ulong | foreground |
ulong | background |
bool | screen_initialized |