mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
f763e5ec2a
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. |
||
---|---|---|
.. | ||
config | ||
doc | ||
etc | ||
include | ||
lib | ||
mk | ||
patches | ||
run | ||
src | ||
tool | ||
Makefile | ||
README |
This repository contains the port of Genode to the Codezero microkernel For instructions about using Genode with Codezero, please refer to 'doc/codezero.txt'.