Changeset 3ad953c in mainline for kernel/generic/src/main


Ignore:
Timestamp:
2008-12-30T19:55:10Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f58321c4
Parents:
6b21292
Message:

send notification to uspace console when switching from kernel console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/main.c

    r6b21292 r3ad953c  
    199199            config.base, config.kernel_size, config.stack_base,
    200200            config.stack_size);
    201 
     201       
    202202#ifdef CONFIG_KCONSOLE
    203203        /*
     
    214214         */
    215215        LOG_EXEC(exc_init());
    216 
     216       
    217217        /*
    218218         * Memory management subsystems initialization.
     
    260260        LOG_EXEC(ipc_init());
    261261        LOG_EXEC(klog_init());
    262 
     262       
     263#ifdef CONFIG_KCONSOLE
     264        LOG_EXEC(kconsole_notify_init());
     265#endif
     266       
    263267        /*
    264268         * Create kernel task.
Note: See TracChangeset for help on using the changeset viewer.