sel4: definition of non-core cap-space parameters

This commit is contained in:
Norman Feske 2015-05-13 11:09:10 +02:00 committed by Christian Helmuth
parent f19f454ae5
commit 11b9a0f376

View File

@ -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
*