• 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

Revisión24357302c919538feaa94f128b8ee60c7c21abc2 (tree)
Tiempo2013-07-25 16:20:08
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

init: avoid virtual console be set blanked

Cambiar Resumen

Diferencia incremental

--- 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"