From 66a4db76106c4f9b7ed50228a26c25b1b9883999 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 22 Apr 2019 17:25:00 +0200 Subject: [PATCH] Cursor is better --- kaleid/kernel/io/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaleid/kernel/io/cursor.c b/kaleid/kernel/io/cursor.c index 78cb1be..1c402be 100644 --- a/kaleid/kernel/io/cursor.c +++ b/kaleid/kernel/io/cursor.c @@ -29,7 +29,7 @@ void IoEnableCursor(void) { IoWriteByteOnPort(0x3D4, 0xA); - IoWriteByteOnPort(0x3D5, (IoReadByteFromPort(0x3D5) & 0xC0) | 15); + IoWriteByteOnPort(0x3D5, (IoReadByteFromPort(0x3D5) & 0xC0) | 14); IoWriteByteOnPort(0x3D4, 0xB); IoWriteByteOnPort(0x3D5, (IoReadByteFromPort(0x3D5) & 0xE0) | 15);