diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-14 01:07:06 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-14 01:07:06 +0100 |
| commit | 600ef9b4efed894db2c0a205dbbc10d36cf28852 (patch) | |
| tree | 8a3915a8e47a4a78adad5f1195170ae083182c52 /video/vesa.h | |
| parent | b4a8f29ef338c6d2ee70723ff49811276713628a (diff) | |
switched bochs to term mode !
Diffstat (limited to 'video/vesa.h')
| -rw-r--r-- | video/vesa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/video/vesa.h b/video/vesa.h index 89cb680..1f6c12e 100644 --- a/video/vesa.h +++ b/video/vesa.h @@ -43,3 +43,5 @@ typedef struct ModeInfoBlock { }vbemodeinfo; uint32_t vesa_init(vbeinfo *info,vbemodeinfo *mode,foolfont *rawfont); +void PutConsoleChar(char c, int color); +void PutConsole(char *str, int color); |
