• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


コミットメタ情報

リビジョン24357302c919538feaa94f128b8ee60c7c21abc2 (tree)
日時2013-07-25 16:20:08
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

init: avoid virtual console be set blanked

変更サマリ

差分

--- a/init/init.c
+++ b/init/init.c
@@ -566,8 +566,8 @@ static int console_init_action(int nargs, char **args)
566566 if( load_565rle_image(INIT_IMAGE_FILE) ) {
567567 fd = open("/dev/tty0", O_WRONLY);
568568 if (fd >= 0) {
569- const char *msg;
570- msg = "\n"
569+ const char *msg =
570+ "\033[9;0]\n"
571571 "\n"
572572 "\n"
573573 "\n"