Changeset 3fe00ee in mainline for uspace/srv/console/console.c


Ignore:
Timestamp:
2009-03-22T19:48:11Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b48063
Parents:
dc033a1
Message:

'kcon' shell builtin for switching to debug console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/console/console.c

    rdc033a1 r3fe00ee  
    626626                        arg4 = ev.c;
    627627                        break;
     628                case CONSOLE_KCON_ENABLE:
     629                        change_console(KERNEL_CONSOLE);
     630                        break;
    628631                }
    629632                ipc_answer_4(callid, EOK, arg1, arg2, arg3, arg4);
Note: See TracChangeset for help on using the changeset viewer.