mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
ef0c859b7a
To prevent exessive allocations the bounce buffers are allocated once and afterwards re-used. The DMA buffers are provided by an range allocator whose backing store increases in 4 MiB chunks. The range allocator might not merge the ranges as those chunks are not necessarily allocated continously. Allocations larger than the static chunk size are therefor treated as error.
This directory contains ports of 3rd-party applications to Genode. The 'ports' repository follows the patterns of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to _libports/README_. Dependencies from other repositories ------------------------------------ Applications provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'.