genode/repos/demo/src/app/launchpad/README

16 lines
606 B
Plaintext
Raw Normal View History

2011-12-22 16:19:25 +01:00
Launchpad is a graphical application for interactively starting and
killing programs.
By default, launchpad displays a onfigured list of programs and their
respective default memory quotas. The user can tweak the memory quota for each
entry with mouse and then start a program by clicking on its name. The
following example configuration tells launchpad to display a list of three
launcher entries:
2011-12-22 16:19:25 +01:00
!<config>
! <launcher name="sdl_pathfind" ram_quota="10M" caps="50"/>
! <launcher name="liquid_fb" ram_quota="10M" caps="50"/>
! <launcher name="hello" ram_quota="1M" caps="50"/>
2011-12-22 16:19:25 +01:00
!</config>