Changeset 516ff92 in mainline for uspace/srv/console/console.c


Ignore:
Timestamp:
2009-01-31T21:27:18Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4863e50b
Parents:
96a2e45
Message:

silent kernel console output when user space console is active

File:
1 edited

Legend:

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

    r96a2e45 r516ff92  
    501501       
    502502        /* Connect to keyboard driver */
    503        
    504503        kbd_phone = ipc_connect_me_to(PHONE_NS, SERVICE_KEYBOARD, 0, 0);
    505504        while (kbd_phone < 0) {
     
    518517                fb_info.phone = ipc_connect_me_to(PHONE_NS, SERVICE_VIDEO, 0, 0);
    519518        }
     519       
     520        /* Disable kernel output to the console */
     521        __SYSCALL0(SYS_DEBUG_DISABLE_CONSOLE);
    520522       
    521523        /* Initialize gcons */
     
    588590        return 0;
    589591}
    590  
     592
    591593/** @}
    592594 */
Note: See TracChangeset for help on using the changeset viewer.