genode/gems
Stefan Kalkowski 56a7d00a44 block: extend generic driver API (Ref #750)
* allow to handle a maximum of packets in parallel
  that fits free slots in the ack queue
* stop processing packets, when the driver can't handle
  more requests in parallel, and resume packet handling,
  when the driver is ready again
2013-12-19 11:34:04 +01:00
..
run http_blk: add run script for automated tests 2013-12-03 10:40:22 +01:00
src block: extend generic driver API (Ref #750) 2013-12-19 11:34:04 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +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', and 'qt4'. To use the 'gems' repository, make sure to
also add those repositories to your build configuraion.