genode/base-mb
Christian Prochaska 7a369bc74d Add an 'executable' flag to 'Rm_session::attach()'
With this patch clients of the RM service can state if they want a mapping
to be executable or not. This allows dataspaces to be mapped as
non-executable on Linux by default and as executable only if needed.

Partially fixes #176.
2012-04-20 11:21:19 +02:00
..
doc Fix section declaration in 'base-mb/doc/microblaze.txt' 2012-01-10 18:56:40 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Unify policy name for Native_capability_tpl. 2012-03-10 15:52:13 +01:00
lib/mk Unify policy name for Native_capability_tpl. 2012-03-10 15:52:13 +01:00
mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
platform Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
src Add an 'executable' flag to 'Rm_session::attach()' 2012-04-20 11:21:19 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

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