mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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:
committed by
Christian Helmuth
parent
3e6308e83b
commit
97a41394b4
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user