Modules/VESA - Disabled cursor blink to aid timer debugging
authorJohn Hodge <[email protected]>
Mon, 18 Nov 2013 06:34:31 +0000 (14:34 +0800)
committerJohn Hodge <[email protected]>
Mon, 18 Nov 2013 06:34:31 +0000 (14:34 +0800)
KernelLand/Modules/Display/VESA/main.c

index d9cd2ec..8cb3728 100644 (file)
@@ -19,7 +19,7 @@
 #define FLAG_POPULATED 0x2\r
 #define FLAG_VALID     0x4\r
 #define VESA_DEFAULT_FRAMEBUFFER       (KERNEL_BASE|0xA0000)\r
-#define BLINKING_CURSOR        1\r
+#define BLINKING_CURSOR        0\r
 #if BLINKING_CURSOR\r
 # define VESA_CURSOR_PERIOD    1000\r
 #endif\r
@@ -331,7 +331,9 @@ int Vesa_Int_SetMode(int mode)
        \r
        Vesa_int_FillModeList();\r
 \r
+       #if BLINKING_CURSOR\r
        Time_RemoveTimer(gpVesaCursorTimer);\r
+       #endif\r
        \r
        Mutex_Acquire( &glVesa_Lock );\r
        \r

UCC git Repository :: git.ucc.asn.au