mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
resource_yield.run: increase entrypoint stack size
Needed for fiasco_x86 on real hardware.
This commit is contained in:
parent
bcb3c78f62
commit
2b75fd8142
@ -288,7 +288,7 @@ Genode::Rpc_entrypoint &Parent::_entrypoint()
|
||||
{
|
||||
using namespace Genode;
|
||||
static Cap_connection cap;
|
||||
size_t const stack_size = sizeof(addr_t)*1024;
|
||||
size_t const stack_size = sizeof(addr_t)*2*1024;
|
||||
static Rpc_entrypoint ep(&cap, stack_size, "ep", false);
|
||||
return ep;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user