base: increase initial stack

Ref #3260
This commit is contained in:
Stefan Kalkowski 2019-04-03 10:08:06 +02:00 committed by Christian Helmuth
parent 6af3899bcb
commit c98597a2c0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace Genode { extern Region_map * env_stack_area_region_map; }
void prepare_init_main_thread();
enum { MAIN_THREAD_STACK_SIZE = 1024*sizeof(Genode::addr_t) };
enum { MAIN_THREAD_STACK_SIZE = 16*1024 };
/**
* Satisfy crt0.s in static programs, LDSO overrides this symbol