From 600ef9b4efed894db2c0a205dbbc10d36cf28852 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 14 Nov 2014 01:07:06 +0100 Subject: switched bochs to term mode ! --- video/vesa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/vesa.h') 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); -- cgit v1.2.3