genode/gems
Christian Helmuth 92171e9b86 Fiasco.OC: Reduce capability-allocator size
The old variant provided 8K capability slots to all processes on core,
which increased binaries by 180 KB for the static allocator. I reduced it
to 4K capabilities stay under 100 KB overhead for the allocator.

Anyway, pci_drv and pl11x_drv need more RAM quota now: 2M for pl11x_drv
and 1M for pci_drv.
2012-02-28 10:54:42 +01:00
..
include/terminal Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
run Fiasco.OC: Reduce capability-allocator size 2012-02-28 10:54:42 +01:00
src Increase quota for USB stack in d3m 2012-01-30 23:55:54 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as
'libports', and 'qt4'. To use the 'gems' repository, make sure to
also add those repositories to your build configuraion.