genode/repos/gems
Emery Hemingway 68c1b8675c gems: magic ring buffer
A ring buffer that uses a single dataspace mapped twice in consecutive
regions. This allows any operation that is less or equal to the size of
the buffer to be read or written in a single pass. The capacity of
Magic_ring_buffer is defined at runtime.

Fix #2725
2018-04-10 11:09:47 +02:00
..
include gems: magic ring buffer 2018-04-10 11:09:47 +02:00
lib gems: TrueType VFS plugin 2018-04-10 11:09:20 +02:00
recipes gems: magic ring buffer 2018-04-10 11:09:47 +02:00
run gems: magic ring buffer 2018-04-10 11:09:47 +02:00
src gems: magic ring buffer 2018-04-10 11:09:47 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

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'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.