mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-25 11:12:50 +00:00
base: increase initial stack size on x86_64
This commit is contained in:
parent
9b09f0e2cb
commit
44977e3519
@ -91,7 +91,7 @@
|
|||||||
.p2align 8
|
.p2align 8
|
||||||
.global __initial_stack_base
|
.global __initial_stack_base
|
||||||
__initial_stack_base:
|
__initial_stack_base:
|
||||||
.space 8*1024
|
.space 12*1024
|
||||||
_stack_high:
|
_stack_high:
|
||||||
|
|
||||||
/* initial value of the RSP, RAX and RDI register */
|
/* initial value of the RSP, RAX and RDI register */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user