Changeset bb2dbf8 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2009-12-25T20:34:58Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c34be8, 3f29834, 73f56e4
Parents:
eacb957
Message:

Spawn fhc and obio before kbd because kbd on sparc64 depends on it.

File:
1 edited

Legend:

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

    reacb957 rbb2dbf8  
    263263        }
    264264       
     265        spawn("/srv/fhc");
     266        spawn("/srv/obio");
     267
    265268        spawn("/srv/fb");
    266269        spawn("/srv/kbd");
     
    268271       
    269272        spawn("/srv/clip");
    270         spawn("/srv/fhc");
    271         spawn("/srv/obio");
    272273
    273274        /*
Note: See TracChangeset for help on using the changeset viewer.