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:
Alexander Boettcher 2012-12-19 14:56:53 +01:00 committed by Norman Feske
parent f7c0a480da
commit f762e8e4fd
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
namespace Genode {
class Cap_selector_allocator : public Bit_allocator<4096>
class Cap_selector_allocator : public Bit_allocator<2 * 4096>
{
public: