Rev 3840 | Rev 3865 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3840 | Rev 3860 | ||
---|---|---|---|
Line 207... | Line 207... | ||
207 | } |
207 | } |
208 | 208 | ||
209 | #ifdef CONFIG_KCONSOLE |
209 | #ifdef CONFIG_KCONSOLE |
210 | if (!stdin) { |
210 | if (!stdin) { |
211 | thread_sleep(10); |
211 | thread_sleep(10); |
212 | printf("kinit: No stdin\nKernel alive: "); |
212 | printf("kinit: No stdin\nKernel alive: ."); |
213 | 213 | ||
214 | unsigned int i = 0; |
214 | unsigned int i = 0; |
215 | while (true) { |
215 | while (true) { |
216 | printf("\b%c", alive[i % ALIVE_CHARS]); |
216 | printf("\b%c", alive[i % ALIVE_CHARS]); |
217 | thread_sleep(1); |
217 | thread_sleep(1); |