taglinefilesource code
sptr1438kernel/chr_drv/console.cchar *sptr, *buf = (char *)arg;
sptr1450kernel/chr_drv/console.csptr = (char *) origin;
sptr1451kernel/chr_drv/console.cfor (l=video_num_lines*video_num_columns; l>0 ; l--, sptr++)
sptr1452kernel/chr_drv/console.cput_fs_byte(*sptr++,buf++);