taglinefilesource code
xe2361drivers/char/console.cunsigned short *args, xs, ys, xe, ye;
xe2372drivers/char/console.cxe = get_fs_word(args++) - 1;
xe2378drivers/char/console.cxe = limit(xe, video_num_columns - 1);
xe2381drivers/char/console.cpe = ye * video_size_row + (xe << 1);