mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
Cursor is better
This commit is contained in:
parent
f7deeb1e37
commit
cc570ff101
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user