mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +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:
parent
f7c0a480da
commit
f762e8e4fd
@ -24,7 +24,7 @@
|
||||
|
||||
namespace Genode {
|
||||
|
||||
class Cap_selector_allocator : public Bit_allocator<4096>
|
||||
class Cap_selector_allocator : public Bit_allocator<2 * 4096>
|
||||
{
|
||||
public:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user