Merge pull request #296 from gil0mendes/expand-stack

Expand stack to 16k
This commit is contained in:
Gil Mendes
2017-03-24 12:06:42 +00:00
committed by Philipp Oppermann
parent e20a48712b
commit 0cb9be7c08

View File

@@ -189,7 +189,7 @@ p3_table:
p2_table:
resb 4096
stack_bottom:
resb 4096 * 2
resb 4096 * 4
stack_top:
section .rodata