genode/repos/base/src/base
Norman Feske 76db3b9c06 base: retire 'Native_config'
This commit moves the parameters of the stack area to the base-internal
header 'stack_area.h'.

Issue #1832
2016-03-08 17:00:54 +01:00
..
allocator base: Align heap/slab allocation to machine word size 2016-02-16 14:38:02 +01:00
avl_tree Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
child base: make reference ram cap part of child policy 2015-11-27 12:18:54 +01:00
console base: uniform base-internal header structure 2016-03-07 12:34:45 +01:00
cpu base: interface for D- and I-cache synchronization 2014-05-27 11:14:45 +02:00
cxx cxx: Simplify C++ exception wrapper functions 2016-02-16 14:38:02 +01:00
elf base: move crt0.h and elf.h to base/internal 2016-03-07 12:34:45 +01:00
env base: retire 'Native_config' 2016-03-08 17:00:54 +01:00
heap base: Align heap/slab allocation to machine word size 2016-02-16 14:38:02 +01:00
ipc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
irq base: remove Irq_connection::wait_for_irq() 2015-04-23 16:48:00 +02:00
lock base: uniform base-internal header structure 2016-03-07 12:34:45 +01:00
process base: move crt0.h and elf.h to base/internal 2016-03-07 12:34:45 +01:00
server Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
signal Integrate SIGNAL session into PD session 2016-03-07 12:34:44 +01:00
thread base: retire 'Native_config' 2016-03-08 17:00:54 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
rm_session_client.cc base-linux/nova: unify include/rm_session/client.h 2016-03-07 12:34:45 +01:00
sleep.cc base: remove kernel-specific base/sleep.h 2016-03-07 12:34:44 +01:00

README

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.