Changes in / [f302586:3ea725e] in mainline
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified boot/Makefile.common ¶
rf302586 r3ea725e 105 105 $(USPACE_PATH)/srv/fs/exfat/exfat \ 106 106 $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \ 107 $(USPACE_PATH)/srv/hid/remcons/remcons \ 107 108 $(USPACE_PATH)/srv/taskmon/taskmon \ 108 109 $(USPACE_PATH)/srv/net/nil/eth/eth \ -
TabularUnified uspace/Makefile ¶
rf302586 r3ea725e 93 93 srv/hid/fb \ 94 94 srv/hid/input \ 95 srv/hid/remcons \ 95 96 srv/hw/char/s3c24xx_uart \ 96 97 srv/net/il/arp \ -
TabularUnified uspace/app/init/init.c ¶
rf302586 r3ea725e 312 312 313 313 spawn("/srv/clip"); 314 spawn("/srv/remcons"); 314 315 315 316 /*
Note:
See TracChangeset
for help on using the changeset viewer.