taglinefilesource code
max_y600drivers/char/console.cint max_y;
max_y611drivers/char/console.cmax_y = bottom;
max_y613drivers/char/console.cmax_y = video_num_lines;
max_y617drivers/char/console.cif (new_y >= max_y)
max_y618drivers/char/console.cy = max_y - 1;