system/core
Revision | d4b3df120a675d487b323c9f1b55141a0ede5b64 (tree) |
---|---|
Zeit | 2012-01-02 04:16:41 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
init: avoid virtual console be set blanked
@@ -557,8 +557,8 @@ static int console_init_action(int nargs, char **args) | ||
557 | 557 | if( load_565rle_image(INIT_IMAGE_FILE) ) { |
558 | 558 | fd = open("/dev/tty0", O_WRONLY); |
559 | 559 | if (fd >= 0) { |
560 | - const char *msg; | |
561 | - msg = "\n" | |
560 | + const char *msg = | |
561 | + "\033[9;0]\n" | |
562 | 562 | "\n" |
563 | 563 | "\n" |
564 | 564 | "\n" |