base: increase stack of entrypoint thread in core

Issue #2514
This commit is contained in:
Alexander Boettcher 2017-09-06 13:38:55 +02:00 committed by Christian Helmuth
parent 4fa0cb5c29
commit 675e2f062a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Genode::Core_env : public Env_deprecated
{
private:
enum { ENTRYPOINT_STACK_SIZE = 2048 * sizeof(Genode::addr_t) };
enum { ENTRYPOINT_STACK_SIZE = 20 * 1024 };
/*
* Initialize the stack area before creating the first thread,