Load the full 16k stack space.
Approved by: nwhitehorn (mentor)
This commit is contained in:
parent
67b3b6b168
commit
567f546885
@ -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\
|
||||
");
|
||||
|
Loading…
x
Reference in New Issue
Block a user