genode/os/src
Norman Feske bcf6714eff Re-implementation of the loader service, ref #187
The original loader service was primarily motivated by the
browser-plugin scenario presented on our live CD. The new version
implements a more general session interface, which widens the
application scope of the service and, at the same time, reduces its
implementation complexity.

The complexity reduction is achieved by removing the original limitation
of supplying the new sub system as a single binary blob only. The server
used to implement heuristics and functionality for dealing with
different kinds of blobs such as ELF images or TAR archives. This has
been replaced by a session-local ROM service, which can be equipped with
an arbitrary number of ROM modules supplied by the loader client prior
starting the new sub system. Even though the TAR support has been
removed, a separate instance of the 'tar_rom' service can be used within
the subsystem to provide the formerly built-in functionality.
2012-05-02 16:54:18 +02:00
..
app Mechanism for using chroot on Linux 2012-04-20 11:21:24 +02:00
drivers ACPI: Remove quota checking 2012-03-16 18:22:52 +01:00
init Handle the case that init has no children 2012-04-19 19:04:33 +02:00
lib Add an 'executable' flag to 'Rm_session::attach()' 2012-04-20 11:21:19 +02:00
platform Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
server Re-implementation of the loader service, ref #187 2012-05-02 16:54:18 +02:00
test Re-implementation of the loader service, ref #187 2012-05-02 16:54:18 +02:00