Changeset 62939f7 in mainline


Ignore:
Timestamp:
2006-06-16T19:28:41Z (18 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
898d9f8
Parents:
abbc16e
Message:

Send to uspace notification about end of kconsole mode.

Location:
generic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • generic/include/ipc/irq.h

    rabbc16e r62939f7  
    4242#define IPC_IRQ_RESERVED_VIRTUAL 10
    4343
    44 #define IPC_IRQ_KLOG  (-1)
     44#define IPC_IRQ_KLOG       (-1)
     45#define IPC_IRQ_KBDRESTART (-2)
    4546
    4647typedef enum {
  • generic/src/console/cmd.c

    rabbc16e r62939f7  
    6464#include <proc/task.h>
    6565#include <ipc/ipc.h>
     66#include <ipc/irq.h>
    6667
    6768/* Data and methods for 'help' command. */
     
    802803        printf("Use userspace controls to redraw the screen.\n");
    803804        arch_release_console();
     805        ipc_irq_send_msg(IPC_IRQ_KBDRESTART, 0, 0, 0);
    804806        return 1;
    805807}
Note: See TracChangeset for help on using the changeset viewer.