diff --git a/kaleid/kernel/io/cursor.c b/kaleid/kernel/io/cursor.c index 78cb1be..c350178 100644 --- a/kaleid/kernel/io/cursor.c +++ b/kaleid/kernel/io/cursor.c @@ -32,7 +32,7 @@ void IoEnableCursor(void) IoWriteByteOnPort(0x3D5, (IoReadByteFromPort(0x3D5) & 0xC0) | 15); IoWriteByteOnPort(0x3D4, 0xB); - IoWriteByteOnPort(0x3D5, (IoReadByteFromPort(0x3D5) & 0xE0) | 15); + IoWriteByteOnPort(0x3D5, (IoReadByteFromPort(0x3D5) & 0xE0) | 18); } void IoDisableCursor(void)