Changeset 88a37b5 in mainline


Ignore:
Timestamp:
2012-07-13T21:38:36Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bef30d8
Parents:
6906f61
Message:

Build and launch hound by default.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/amd64/Makefile.inc

    r6906f61 r88a37b5  
    2828
    2929RD_SRVS_ESSENTIAL += \
     30        $(USPACE_PATH)/srv/audio/hound/hound \
    3031        $(USPACE_PATH)/srv/devman/devman \
    3132        $(USPACE_PATH)/srv/hw/irc/apic/apic \
  • uspace/Makefile

    r6906f61 r88a37b5  
    7575        app/mkbd \
    7676        app/websrv \
     77        srv/audio/hound \
    7778        srv/clipboard \
    7879        srv/locsrv \
  • uspace/app/init/init.c

    r6906f61 r88a37b5  
    339339#endif
    340340       
     341        spawn("/srv/hound");
    341342        getterm("term/vc0", "/app/bdsh", true);
    342343        getterm("term/vc1", "/app/bdsh", false);
Note: See TracChangeset for help on using the changeset viewer.