diff options
-rw-r--r-- | sys/boot/powerpc/ofw/start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/ofw/start.c b/sys/boot/powerpc/ofw/start.c index ff3fcd8..60c5db7 100644 --- a/sys/boot/powerpc/ofw/start.c +++ b/sys/boot/powerpc/ofw/start.c @@ -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\ "); |