mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
base: entrypoint stack size 2048 machine words
This makes the stack fit for 32-bit as well as 64-bit platforms.
This commit is contained in:
parent
3d35c3e23b
commit
d7c511ad87
@ -113,7 +113,7 @@ namespace Genode {
|
||||
|
||||
typedef Synchronized_ram_session<Ram_session_component> Core_ram_session;
|
||||
|
||||
enum { ENTRYPOINT_STACK_SIZE = 8*1024 };
|
||||
enum { ENTRYPOINT_STACK_SIZE = 2048 * sizeof(Genode::addr_t) };
|
||||
|
||||
Core_parent _core_parent;
|
||||
Cap_session_component _cap_session;
|
||||
|
Loading…
x
Reference in New Issue
Block a user