Documentation changes on account of the book

This patch removes the outdates doc/architecture.txt since the
topics are covered by the book. We keep repos/os/doc/init.txt
because it contains a few details not present in the book (yet).
The patch streamlines the terminology a bit. Furthermore, it
slightly adjusts a few source-code comments to improve the book's
functional specification chapter.
This commit is contained in:
Norman Feske
2016-05-20 11:00:53 +02:00
committed by Christian Helmuth
parent 3e6308e83b
commit 97a41394b4
19 changed files with 93 additions and 803 deletions

View File

@@ -24,6 +24,11 @@ struct Genode::Cpu_connection : Connection<Cpu_session>, Cpu_session_client
{
enum { RAM_QUOTA = 36*1024 };
/**
* Issue session request
*
* \noapi
*/
Capability<Cpu_session> _session(Parent &parent, char const *label,
long priority, Affinity const &affinity)
{