genode/repos/demo/src/app/launchpad
Martin Stein 181c78d482 timeout: use uint64_t for all plain time values
This enforces the use of unsigned 64-bit values for time in the duration type,
the timeout framework, the timer session, the userland timer-drivers, and the
alarm framework on all platforms. The commit also adapts the code that uses
these tools accross all basic repositories (base, base-*, os. gems, libports,
ports, dde_*) to use unsigned 64-bit values for time as well as far as this
does not imply profound modifications.

Fixes #3208
2019-05-06 16:15:26 +02:00
..
README Assign cap quotas in run scripts and recipes 2017-05-31 13:16:06 +02:00
child_entry.h Add missing override annotations 2019-02-19 11:12:11 +01:00
launch_entry.h Add missing override annotations 2019-02-19 11:12:11 +01:00
launcher.cc Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
launchpad_window.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
launchpad_window.h Add missing override annotations 2019-02-19 11:12:11 +01:00
loadbar.h Add missing override annotations 2019-02-19 11:12:11 +01:00
main.cc timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
section.h Add missing override annotations 2019-02-19 11:12:11 +01:00
status_entry.h Add missing override annotations 2019-02-19 11:12:11 +01:00
target.mk Deprecate Genode::config() 2017-01-13 13:06:54 +01:00

README

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:

!<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"/>
!</config>