genode/base/src/base
Norman Feske decfe7c4bb Let process lib deal with fork semantics
The startup procedure of forked processes differs from Genode's
normal process creation by omitting all steps related to ELF loading
and the start of the main thread. To let the process lib support this
distinction, an invalid ELF-binary capability is handled as valid
argument now.
2012-02-22 15:56:45 +01:00
..
allocator Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
avl_tree Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
console Console: don't use buf for '-' and '0' padding 2012-02-16 09:11:39 +01:00
cxx Exceptions at construction time of dynamic objects 2012-01-26 21:19:30 +01:00
elf Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
env Facility for reinitializing Platform_env 2012-02-22 15:56:45 +01:00
heap Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
lock Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
process Let process lib deal with fork semantics 2012-02-22 15:56:45 +01:00
server Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
signal Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
thread Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This directory contains the mandatory Genode infrastructure
on which all Genode components rely. Each subdirectory
corresponds to a library.

:Note: Do not mistake the name of this directory with the
  make variable $(BASE_DIR). The make variable refers to
  the top-level directory of the whole Genode source tree.