mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
1207a4cecd
Some functions in the kernel, which create a static object and return its address, are declared with a GCC 'const' attribute, which can cause GCC 4.9 to optimize the function call out and use the static object's address without calling the constructor. Fixes #1509 |
||
---|---|---|
.. | ||
config | ||
doc | ||
etc | ||
include | ||
lib/mk | ||
mk | ||
patches | ||
ports | ||
src | ||
Makefile | ||
README |
This repository contains the L4/Fiasco-specific implementation of Genode. For instructions to build and start the Fiasco version of Genode, please consult the documentation located at 'base-fiasco/doc/fiasco.txt'.