Changeset b5d486b in mainline


Ignore:
Timestamp:
2011-03-25T17:06:14Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25bbaea
Parents:
fcafa04
Message:

devman started during init

This has the positive effect that its output is stored in kernel log.
Downside is worse usage of kernel console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    rfcafa04 rb5d486b  
    289289        spawn("/srv/clip");
    290290       
     291        spawn("/srv/devman");
     292       
    291293        /*
    292294         * Start these synchronously so that mount_data() can be
     
    313315        getterm("term/vc5", "/app/bdsh", false);
    314316        getterm("term/vc6", "/app/klog", false);
    315         getterm("term/vc7", "/srv/devman", false);
    316317       
    317318        return 0;
Note: See TracChangeset for help on using the changeset viewer.