taglinefilesource code
sptr1519kernel/chr_drv/console.cchar *sptr, *buf = (char *)arg;
sptr1533kernel/chr_drv/console.csptr = (char *) origin;
sptr1534kernel/chr_drv/console.cfor (l=video_num_lines*video_num_columns; l>0 ; l--, sptr++)
sptr1535kernel/chr_drv/console.cput_fs_byte(*sptr++,buf++);