taglinefilesource code
max_y552drivers/char/console.cint max_y;
max_y563drivers/char/console.cmax_y = bottom;
max_y565drivers/char/console.cmax_y = video_num_lines;
max_y569drivers/char/console.cif (new_y >= max_y)
max_y570drivers/char/console.cy = max_y - 1;