• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

system/corennnnn


Commit MetaInfo

Revision779a66189c45d12562faa96b1bee53f156d8facc (tree)
Time2016-07-27 03:49:13
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterJaap Jan Meijer

Log Message

init: avoid virtual console be set blanked

Change Summary

Incremental Difference

--- a/init/init.cpp
+++ b/init/init.cpp
@@ -747,8 +747,8 @@ static int console_init_action(int nargs, char **args)
747747
748748 fd = open("/dev/tty0", O_WRONLY | O_CLOEXEC);
749749 if (fd >= 0) {
750- const char *msg;
751- msg = "\n"
750+ const char *msg =
751+ "\033[9;0]\n"
752752 "\n"
753753 "\n"
754754 "\n"