taglinefilesource code
curs2623drivers/char/console.cunsigned char ovr, vde, fsr, curs, cure;
curs2653drivers/char/console.ccurs = inb_p(video_port_val);
curs2663drivers/char/console.ccurs = (curs & 0xc0) + fontheight - (fontheight < 10 ? 2 : 3);
curs2672drivers/char/console.coutb_p( curs, video_port_val );