Cursor is better
This commit is contained in:
parent
7ec89187a0
commit
66a4db7610
|
@ -29,7 +29,7 @@
|
||||||
void IoEnableCursor(void)
|
void IoEnableCursor(void)
|
||||||
{
|
{
|
||||||
IoWriteByteOnPort(0x3D4, 0xA);
|
IoWriteByteOnPort(0x3D4, 0xA);
|
||||||
IoWriteByteOnPort(0x3D5, (IoReadByteFromPort(0x3D5) & 0xC0) | 15);
|
IoWriteByteOnPort(0x3D5, (IoReadByteFromPort(0x3D5) & 0xC0) | 14);
|
||||||
|
|
||||||
IoWriteByteOnPort(0x3D4, 0xB);
|
IoWriteByteOnPort(0x3D4, 0xB);
|
||||||
IoWriteByteOnPort(0x3D5, (IoReadByteFromPort(0x3D5) & 0xE0) | 15);
|
IoWriteByteOnPort(0x3D5, (IoReadByteFromPort(0x3D5) & 0xE0) | 15);
|
||||||
|
|
Loading…
Reference in New Issue