genode/os/src/server/loader
Norman Feske d880386091 Qualifying RPC functions as const
This patch makes use of the recently added support for const RPC
functions by turning 'Framebuffer::Session::mode()' and
'Input::Session::is_pending()' into const functions.
2012-01-27 16:54:05 +01:00
..
input_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
input_session_component.cc Qualifying RPC functions as const 2012-01-27 16:54:05 +01:00
input_session_component.h Qualifying RPC functions as const 2012-01-27 16:54:05 +01:00
loader_child.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
loader_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
loader_session_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
loader_session_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
loader_view_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
main.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
nitpicker_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
nitpicker_session_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
nitpicker_session_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
nitpicker_view_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
rom_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
rom_session_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
rom_session_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
tar_server_child.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
target.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This directory contains an experimental loader service, which allows
for the instantiation of subsystems via a service. The resources for
the new subsystem are provided by the client when opening the session.
Except for the lifetime of the subsystem, however, the client has no
control over the functioning of the subsystem.

Note that this is an experimental implementation crafted for the
browser plugin mechanism presented at the 2010-10 Live CD. But the
service will eventually evolve to become a generally useful tool.