mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 19:26:29 +00:00
cb232891bf
The recent move of the initial three region maps into the PD session breaks the noux.run test on Linux because the address spaces are locally managed on this platform but the generic code of Noux still tries to execute the regular procedure of creating the virtualized PD session for a new Noux process. This patch handles a corner case that occurs on Linux but no other platform. It enables the successful creation of the virtualized PD session so that the test runs to completion. Still noux on Linux remains to be limited to non-forking programs. Issue #1938 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
mk | ||
ports | ||
run | ||
src | ||
README |
This directory contains ports of popular 3rd-party applications to Genode. The 'ports' repository follows the line of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to 'libports/README'. Dependencies from other repositories ------------------------------------ Application provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'.