[[diary/Nagura]]

 780日

・続linux-4.8rc6 at unicon Plamo-6.1相当 x86

 AMD Sempron LE-1250 NVIDIA GeForce 7025~
 実はそのまえに~
 Pentium G630T H67? 32bit~
 で壁にぶつかっていた~
 vt.c~
 static int do_con_write(struct tty_struct *tty, const unsigned char *buf, int c
ount)~
 内の~
  } else {~
                                                         draw_to = vc->vc_pos;~
                                                          draw_x = vc->vc_cols -1;~
                                                          vc->vc_y--;~
                                             /* FLUSH */~
                                                    con_flush(vc, draw_from, draw_
                                                     con_flush(vc, draw_from, draw_
to, &draw_x);~
 上記一行追加
 上記一行追加~
                                                          vc->vc_y++;~
                                                          draw_x = 0;~
                                                          draw_from = vc->vc_pos;~
                                                }~

 で動くみたい。~
 心配だから次のrcでも確認してみよう。

#comment

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS