Text Mode Cursor: Difference between revisions

[unchecked revision][unchecked revision]
Line 104:
void disable_cursor()
{
 
outb(0x3D4, 0x0A); // LOW cursor shape port to vga INDEX register
outb(0x3D5, 0x3f); //bits 6-7 must be 0 , if bit 5 set the cursor is disable , bits 0-4 controll the cursor shape .