[okl4-developer] Elfweaver stack and heap size

Matt Heike math at cse.unsw.edu.au
Fri Oct 10 10:44:55 EST 2008


Hi

I'm trying to increase the stack and heap size of one of my programs running
on OKL4, by modifying the weaver.xml

In the <program> element I've added the following:

<stack size="0x10000" />
<heap size="0x20000" />

but running:

elfweaver merge --map weaver.xml

shows that these sections are still much smaller:

<a050e000:a050efff> /program/main/stack
and
<a0540000:a054ffff> /program/heap

Does anyone know if i'm doing this right, and why the stack and heap aren't
bigger?

Thanks,

Matt Heike
math at cse.unsw.edu.au
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20081010/9935791b/attachment.htm 


More information about the Developer mailing list