mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 23:20:55 +00:00
sel4: definition of non-core cap-space parameters
This commit is contained in:
parent
f19f454ae5
commit
11b9a0f376
@ -72,6 +72,21 @@ namespace Genode { namespace Capability_space {
|
|||||||
} }
|
} }
|
||||||
|
|
||||||
|
|
||||||
|
namespace Genode
|
||||||
|
{
|
||||||
|
enum {
|
||||||
|
INITIAL_SEL_PARENT = 1,
|
||||||
|
INITIAL_SEL_CNODE = 2,
|
||||||
|
INITIAL_SEL_END
|
||||||
|
};
|
||||||
|
|
||||||
|
enum {
|
||||||
|
CSPACE_SIZE_LOG2 = 12,
|
||||||
|
NUM_CORE_MANAGED_SEL_LOG2 = 10,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Capability space template
|
* Capability space template
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user