genode/repos/base-foc
Norman Feske 3d7b92ea50 Generalize ABI mechanism to shared objects
This patch make the ABI mechanism available to shared libraries other
than Genode's dynamic linker. It thereby allows us to introduce
intermediate ABIs at the granularity of shared libraries. This is useful
for slow-moving ABIs such as the libc's interface but it will also
become handy for the package management.

To implement the feature, the build system had to be streamlined a bit.
In particular, archive dependencies and shared-lib dependencies are now
handled separately, and the global list of 'SHARED_LIBS' is no more.
Now, the variable with the same name holds the per-target list of shared
libraries used by the target.
2017-01-13 13:06:54 +01:00
..
config foc: Odroid-X2 basic support 2015-07-21 09:28:25 +02:00
doc Disambiguate kernel-specific file names 2016-12-23 16:51:32 +01:00
etc Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
include foc: move base/thread_state.h to include/foc/ 2016-12-23 16:51:12 +01:00
lib Generalize ABI mechanism to shared objects 2017-01-13 13:06:54 +01:00
mk/spec Disambiguate kernel-specific file names 2016-12-23 16:51:32 +01:00
ports foc: update port revision and hash 2016-05-23 15:52:48 +02:00
run Build dynamically linked executables by default 2016-12-14 11:22:27 +01:00
src Disambiguate kernel-specific file names 2016-12-23 16:51:32 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the port of Genode to the Fiasco.OC microkernel.
For further information, please refer to the following documents:

:[http://genode.org/community/wiki/GenodeOnFiascoOC - Genode on Fiasco.OC Wiki page]:
  This Wiki page contains the information on how to build and use
  Genode with Fiasco.OC.

:[http://os.inf.tu-dresden.de/fiasco]:
  Official website for the Fiasco.OC microkernel.