Subversion Repositories HelenOS

Rev

Rev 4296 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4296 Rev 4420
Line 954... Line 954...
954
{
954
{
955
    printf("The kernel will now relinquish the console.\n");
955
    printf("The kernel will now relinquish the console.\n");
956
    release_console();
956
    release_console();
957
   
957
   
958
    event_notify_0(EVENT_KCONSOLE);
958
    event_notify_0(EVENT_KCONSOLE);
-
 
959
    indev_pop_character(stdin);
959
   
960
   
960
    return 1;
961
    return 1;
961
}
962
}
962
 
963
 
963
#ifdef CONFIG_TEST
964
#ifdef CONFIG_TEST