genode/base-hw
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
..
doc Merge panda_a2 and panda SPEC (fix #505, fix #506) 2012-11-23 12:20:27 +01:00
include hw: fix bug in IPC message-size calculation 2014-02-25 14:58:02 +01:00
lib/mk base: setup thread object for main thread in CRT0 2014-02-25 14:58:05 +01:00
mk hw: basic support for ODROID XU board (Fix #991) 2013-12-03 11:30:07 +01:00
run hw: adjust expected serial start-message in run 2013-11-25 09:46:08 +01:00
src base: setup thread object for main thread in CRT0 2014-02-25 14:58:05 +01:00