taglinefilesource code
maxscan2671drivers/char/console.cint rows, maxscan;
maxscan2684drivers/char/console.cmaxscan = rows*fontheight - 1;    /* Scan lines to actually display-1 */
maxscan2707drivers/char/console.cvde = maxscan & 0xff;      /* Vertical display end reg */
maxscan2709drivers/char/console.c((maxscan & 0x100) >> 7) +
maxscan2710drivers/char/console.c((maxscan & 0x200) >> 3);