mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
3ada4f4733
And most importantly: use the same size everywhere. Note, this commit also configures the stack size of noux-process threads to 64 KiB independently of the CPU architecture. The reason is the increased stack usage because of the additional argument space in Execve_child_env in syscall(SYSCALL_EXECVE), which crafts a child environment on stack for the creation of the new child. Fixes #3145. |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
mk | ||
ports | ||
recipes | ||
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'.