taglinefilesource code
maxscan2379drivers/char/console.cint rows, maxscan;
maxscan2392drivers/char/console.cmaxscan = rows*fontheight - 1;    /* Scan lines to actually display-1 */
maxscan2415drivers/char/console.cvde = maxscan & 0xff;      /* Vertical display end reg */
maxscan2417drivers/char/console.c((maxscan & 0x100) >> 7) +
maxscan2418drivers/char/console.c((maxscan & 0x200) >> 3);