genode/base/src
Christian Helmuth f763e5ec2a Move main bootstrap to platform-specific object
To prevent multiple execution of main-bootstrap, I moved the code to a
statically initialized object. The reason for this change is that
_main() is exeuted twice when starting dynamic binaries. Now, the object
is part of the base-common library which is linked with ld.lib.so.
2013-09-26 15:00:16 +02:00
..
base base: Add const qualifiers to 'util/list.h' 2013-09-18 14:58:55 +02:00
core CPU affinity configuration fixes 2013-09-02 19:43:36 +02:00
lib Support for building all libs via 'make lib' 2012-01-24 18:56:35 +01:00
platform Move main bootstrap to platform-specific object 2013-09-26 15:00:16 +02:00
test base: Add const qualifiers to 'util/list.h' 2013-09-18 14:58:55 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This directory contains all source codes.