Changeset f42ee6f in mainline


Ignore:
Timestamp:
2019-08-03T07:34:00Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
694253c
Parents:
9fe2fd7
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-03-12 00:49:21)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-03 07:34:00)
Message:

Add basic structures for sysman
Conflicts:

boot/Makefile.common

Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r9fe2fd7 rf42ee6f  
    6767INITRD = initrd
    6868
     69# NOTE: Naming service must be first task in the list
    6970INIT_TASKS = \
    7071        $(USPACE_PATH)/srv/ns/ns \
    7172        $(USPACE_PATH)/srv/loader/loader \
    72         $(USPACE_PATH)/app/init/init \
     73        $(USPACE_PATH)/srv/sysman/sysman \
    7374        $(USPACE_PATH)/srv/locsrv/locsrv \
    7475        $(USPACE_PATH)/srv/bd/rd/rd \
  • uspace/Makefile

    r9fe2fd7 rf42ee6f  
    119119        srv/ns \
    120120        srv/taskmon \
     121        srv/sysman \
    121122        srv/vfs \
    122123        srv/bd/sata_bd \
Note: See TracChangeset for help on using the changeset viewer.