base: increase initial stack size on x86_64

This commit is contained in:
Norman Feske 2017-11-10 14:39:13 +01:00 committed by Christian Helmuth
parent 9b09f0e2cb
commit 44977e3519

View File

@ -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 */