mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 13:22:33 +00:00
Introduce a factory-, and dereference method for local capabilities. These are capabilities that reference objects of services, which are known to be used protection-domain internally only. To support the new Capability class methods a protected constructor and accessor to the local object's pointer is needed in the platform's capability base-classes. For further discussion details please refer issue #139.
This repository contains the port of Genode for Xilinx MicroBlaze-based platforms. It is based on an custom microkernel implementation, which is also part of this repository. To get an overview on the this platform and the underlying microkernel please refer to the introduction located at: ! <GENODE_DIR>/base-mb/doc/microblaze.txt To get a quick overview about how to work with this platform, you may read the getting-started guide located at: ! <GENODE_DIR>/base-mb/doc/getting_started.txt