genode/repos/base-linux
Norman Feske e44f65f3b2 core: RAM service based on 'Session_object'
This patch reworks the implementation of core's RAM service to make use
of the 'Session_object' and to remove the distinction between the
"metadata" quota and the managed RAM quota. With the new implementation,
the session implicitly allocates its metadata from its own account. So
there is not need to handle 'Out_of_metadata' and 'Quota_exceeded' via
different exceptions. Instead, the new version solely uses the
'Out_of_ram' exception.

Furthermore, the 'Allocator::Out_of_memory' exception has become an alias
for 'Out_of_ram', which simplifies the error handling.

Issue #2398
2017-05-31 13:16:06 +02:00
..
etc Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
lib Generalize ABI mechanism to shared objects 2017-01-13 13:06:54 +01:00
recipes Depot-archive recipes 2017-05-31 13:15:56 +02:00
run init: apply routing to environment sessions 2017-01-31 12:01:11 +01:00
src core: RAM service based on 'Session_object' 2017-05-31 13:16:06 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the Linux-specific implementation of Genode.