taglinefilesource code
maxscan2622drivers/char/console.cint rows, maxscan;
maxscan2635drivers/char/console.cmaxscan = rows*fontheight - 1;    /* Scan lines to actually display-1 */
maxscan2658drivers/char/console.cvde = maxscan & 0xff;      /* Vertical display end reg */
maxscan2660drivers/char/console.c((maxscan & 0x100) >> 7) +
maxscan2661drivers/char/console.c((maxscan & 0x200) >> 3);