mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
3ac3236a28
The initial ROMs (program and linker) are already attached to the region map of a forked process and don't need to be obtained again from an external ROM service when the 'Child' class asks for them. For the program image, the local Noux ROM service already returned an invalid dataspace capability, but not for the linker. Instead of adding another 'magic' ROM name for the local ROM service, this commit implements an 'empty' ROM service, which returns an invalid dataspace for the initial ROMs. Fixes #2272 |
||
---|---|---|
.. | ||
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'.