genode/repos/base-foc
Norman Feske bf62d6b896 Move timer from os to base repository
Since the timer and timeout handling is part of the base library (the
dynamic linker), it belongs to the base repository.

Besides moving the timer and its related infrastructure (alarm, timeout
libs, tests) to the base repository, this patch also moves the timer
from the 'drivers' subdirectory directly to 'src' and disamibuates the
timer's build locations for the various kernels. Otherwise the different
timer implementations could interfere with each other when using one
build directory with multiple kernels.

Note that this patch changes the include paths for the former os/timer,
os/alarm.h, os/duration.h, and os/timed_semaphore.h to base/.

Issue #3101
2019-01-14 12:33:57 +01:00
..
config foc: update to recent revision r79 (fix #2884) 2018-07-03 09:39:32 +02:00
doc foc: update to recent revision r79 (fix #2884) 2018-07-03 09:39:32 +02:00
etc base-foc: remove obsolete mk files 2017-02-28 12:59:25 +01:00
include Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
lib init: health monitoring of child components 2018-11-27 11:36:34 +01:00
ports foc: update to recent revision r79 (fix #2884) 2018-07-03 09:39:32 +02:00
recipes/src Move timer from os to base repository 2019-01-14 12:33:57 +01:00
run Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
src Move timer from os to base repository 2019-01-14 12:33:57 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the port of Genode to the Fiasco.OC microkernel.
For further information, please refer to the following documents:

:[http://genode.org/community/wiki/GenodeOnFiascoOC - Genode on Fiasco.OC Wiki page]:
  This Wiki page contains the information on how to build and use
  Genode with Fiasco.OC.

:[http://os.inf.tu-dresden.de/fiasco]:
  Official website for the Fiasco.OC microkernel.