mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
nova: increase number of available cap indexes
Noux test requires some more indexes. We don't free all up because of a missing reference counting implementation of indexes in base-nova. Issue #394
This commit is contained in:
committed by
Norman Feske
parent
f7c0a480da
commit
f762e8e4fd
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
namespace Genode {
|
namespace Genode {
|
||||||
|
|
||||||
class Cap_selector_allocator : public Bit_allocator<4096>
|
class Cap_selector_allocator : public Bit_allocator<2 * 4096>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user