genode/repos/os/src/server/loader
2017-05-31 13:16:14 +02:00
..
child.h Integrate core's RAM service into the PD service 2017-05-31 13:16:14 +02:00
input.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
main.cc Integrate core's RAM service into the PD service 2017-05-31 13:16:14 +02:00
nitpicker.h Integrate core's RAM service into the PD service 2017-05-31 13:16:14 +02:00
ram_session_client_guard.h Integrate core's RAM service into the PD service 2017-05-31 13:16:14 +02:00
README Adapt low-level components to new parent interface 2016-11-25 16:06:42 +01:00
rom.h Integrate core's RAM service into the PD service 2017-05-31 13:16:14 +02:00
target.mk base-linux: remove chroot support 2016-03-08 17:00:54 +01:00

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

By default, the loaded subsystem can access only those ROM modules that were
loaded into the loader session by the loader client. However, it is possible
to define a whitelist of ROM modules to be obtained from the loader's parent.
For an example, refer to the example 'run/loader.run' script.