Changeset 22dfd38 in mainline for uspace/app/init/init.c
- Timestamp:
- 2013-02-10T00:33:10Z (10 years ago)
- Branches:
- lfn, master, serial
- Children:
- 1af0424
- Parents:
- 03362fbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
r03362fbd r22dfd38 382 382 #endif 383 383 384 srv_start("/srv/hound");385 384 srv_start("/srv/input", HID_INPUT); 386 385 srv_start("/srv/output", HID_OUTPUT); … … 407 406 } 408 407 } 408 srv_start("/srv/hound"); 409 409 410 410 return 0;
Note: See TracChangeset
for help on using the changeset viewer.