Load the full 16k stack space.

Approved by:	nwhitehorn (mentor)
This commit is contained in:
andreast 2010-11-17 19:25:37 +00:00
parent 67b3b6b168
commit 567f546885

View File

@ -48,7 +48,7 @@ stack: \n\
_start: \n\
lis %r1,stack@ha \n\
addi %r1,%r1,stack@l \n\
addi %r1,%r1,8192 \n\
addi %r1,%r1,16384 \n\
\n\
b startup \n\
");