genode/repos/base-linux
Norman Feske ea9c2199e8 base: extend emergency dataspace size
The emergency dataspace is used to accommodate the corner case where
a signal context capability is created while issuing the first
resource request. Normally, the attempt to upgrade the signal-session
quota under such a constrained situation would fail. By freeing the
emergency dataspace in this situation, we regain enough quota to
upgrade the signal session.

This is a follow up commit for "base: Raise RAM quota of signal session
to 16K" and fixes the resource_request test on 64-bit platforms.
2015-04-09 16:04:46 +02:00
..
etc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
include thread API & CPU session: accounting of CPU quota 2014-11-28 12:02:37 +01:00
lib base: refactor signal_transmitter::submit 2015-03-19 09:32:52 +01:00
mk Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
run autopilot: adapt runscripts to new run tool 2015-01-26 12:28:41 +01:00
src base: extend emergency dataspace size 2015-04-09 16:04:46 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

README

This repository contains the Linux-specific implementation of Genode.