mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 14:34:38 +00:00
This patch removes the hardcoded parent cap for the new child by introducing a facility called 'poke' similar to copy-to-user. This change makes the fork mechanism kernel-agnostic. The 'noux_fork' test works on L4/Fiasco, OKL4, NOVA, Fiasco.OC, and L4ka::Pistachio. Linux is not supported yet.