genode/os/src/server/loader
2013-01-10 21:44:47 +01:00
..
child.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
input.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
main.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
nitpicker.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ram_session_client_guard.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
README Re-implementation of the loader service, ref #187 2012-05-02 16:54:18 +02:00
rom.h Re-implementation of the loader service, ref #187 2012-05-02 16:54:18 +02:00
target.mk Generalize handling of PD-session arguments 2012-11-21 20:04:07 +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.