mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base-tukija: Increased stack area. This was necessary because after increasing the number of supported CPUs from 64 to 256 core ran out of stacks for its pager entrypoints.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
namespace Genode {
|
||||
|
||||
addr_t stack_area_virtual_base();
|
||||
static constexpr addr_t stack_area_virtual_size() { return 0x10000000UL; }
|
||||
static constexpr addr_t stack_area_virtual_size() { return 0x40000000UL; }
|
||||
static constexpr addr_t stack_virtual_size() { return 0x00100000UL; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user