Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1702 | Rev 1708 | ||
---|---|---|---|
Line 401... | Line 401... | ||
401 | return current; |
401 | return current; |
402 | } |
402 | } |
403 | 403 | ||
404 | /** Kernel console managing thread. |
404 | /** Kernel console managing thread. |
405 | * |
405 | * |
406 | * @param arg Not used. |
406 | * @param prompt Kernel console prompt (e.g kconsole/panic). |
407 | */ |
407 | */ |
408 | void kconsole(void *prompt) |
408 | void kconsole(void *prompt) |
409 | { |
409 | { |
410 | cmd_info_t *cmd_info; |
410 | cmd_info_t *cmd_info; |
411 | count_t len; |
411 | count_t len; |