From: John Hodge Date: Mon, 18 Nov 2013 06:34:31 +0000 (+0800) Subject: Modules/VESA - Disabled cursor blink to aid timer debugging X-Git-Tag: rel0.15~96 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=bc0891c777a5dc356ec383e54b360bed89d0dd76;p=tpg%2Facess2.git Modules/VESA - Disabled cursor blink to aid timer debugging --- diff --git a/KernelLand/Modules/Display/VESA/main.c b/KernelLand/Modules/Display/VESA/main.c index d9cd2ecc..8cb37288 100644 --- a/KernelLand/Modules/Display/VESA/main.c +++ b/KernelLand/Modules/Display/VESA/main.c @@ -19,7 +19,7 @@ #define FLAG_POPULATED 0x2 #define FLAG_VALID 0x4 #define VESA_DEFAULT_FRAMEBUFFER (KERNEL_BASE|0xA0000) -#define BLINKING_CURSOR 1 +#define BLINKING_CURSOR 0 #if BLINKING_CURSOR # define VESA_CURSOR_PERIOD 1000 #endif @@ -331,7 +331,9 @@ int Vesa_Int_SetMode(int mode) Vesa_int_FillModeList(); + #if BLINKING_CURSOR Time_RemoveTimer(gpVesaCursorTimer); + #endif Mutex_Acquire( &glVesa_Lock );