Changeset 889e8e3 in mainline for uspace/app/init/init.c
- Timestamp:
- 2011-03-25T17:26:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 291b8bc, 9a2923d
- Parents:
- 25bbaea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
r25bbaea r889e8e3 288 288 289 289 spawn("/srv/clip"); 290 290 291 #ifdef CONFIG_DEVMAN_EARLY_LAUNCH 291 292 spawn("/srv/devman"); 293 #endif 292 294 293 295 /* … … 315 317 getterm("term/vc5", "/app/bdsh", false); 316 318 getterm("term/vc6", "/app/klog", false); 317 319 320 #ifndef CONFIG_DEVMAN_EARLY_LAUNCH 321 getterm("term/vc7", "/srv/devman", false); 322 #endif 323 318 324 return 0; 319 325 }
Note:
See TracChangeset
for help on using the changeset viewer.