genode/base-codezero
Martin Stein 0b64328944 base: setup thread object for main thread in CRT0
For a main thread a thread object is created by the CRT0 before _main gets
called so that _main can already run in a generic environment that, e.g.,
catches stack overflows as a page-fault instead of corrupting the BSS.
Additionally dynamic programs have only one CRT0 - the one of the LDSO -
which does the initialization for both LDSO and program.

ref #989
2014-02-25 14:58:05 +01:00
..
config Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
doc Merge final fixes from internal repositories 2011-12-23 14:04:29 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
lib base: setup thread object for main thread in CRT0 2014-02-25 14:58:05 +01:00
mk Merge base libraries into a single library 2013-02-19 14:45:55 +01:00
patches codezero: adjust pager ID to new thread order 2013-12-20 14:48:06 +01:00
run run: extend genode_until_run by a spawn id 2013-05-08 09:42:44 +02:00
src base: setup thread object for main thread in CRT0 2014-02-25 14:58:05 +01:00
tool Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
Makefile Change codezero download location to github 2013-10-30 12:27:43 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

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'.