mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 21:32:57 +00:00
hw: raise max amount of signal contexts
This is needed at least for the resource-request test since all available interrupts are provided through a signal context. fix #1123
This commit is contained in:
parent
b53601d01b
commit
5d23e5903e
@ -22,7 +22,7 @@ namespace Kernel
|
||||
MAX_PDS = 256,
|
||||
MAX_THREADS = 256,
|
||||
MAX_SIGNAL_RECEIVERS = 2048,
|
||||
MAX_SIGNAL_CONTEXTS = 2048,
|
||||
MAX_SIGNAL_CONTEXTS = 4096,
|
||||
MAX_VMS = 4,
|
||||
MAX_PRIORITY = 128,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user