mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
1a19ca5f7b
On seL4 and L4/Fiasco, we employ a simple yielding spinlock as lock implementation. Consequently these base platforms used to have a simplified header. However, since the regular cancelable_lock has all the member variables needed to implement a spinlock, we can simply use the generic header on those two platforms too, just leaving some other parts of the generic header unused. So at API level, the difference is not visible. Issue #1832 |
||
---|---|---|
.. | ||
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'.