Changeset 3acb285 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2011-03-31T18:22:14Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73aec008, 8436590
Parents:
fc51296
Message:

Start devman by default in init. Provide configuration option to turn off.

File:
1 edited

Legend:

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

    rfc51296 r3acb285  
    272272        mount_tmpfs();
    273273       
     274#ifdef CONFIG_START_DEVMAN
     275        spawn("/srv/devman");
     276#endif
    274277        spawn("/srv/apic");
    275278        spawn("/srv/i8259");
Note: See TracChangeset for help on using the changeset viewer.