Re: Kernel stack....

Emmanuel Varagnat (Emmanuel_Varagnat-AEV010@email.mot.com)
Tue, 11 Sep 2001 12:31:55 +0200


Erik Mouw wrote:
>
> I think you got a wrong understanding of the stack. The stack has no
> separate bss, data, and text sections, it's just a stack of function
> arguments, local variables, and return addresses.
>
> Accessing the stack works automatically: call a function, and the
> function paramaters and the return address are pushed on the stack.

Yes but there is one stack per processor ?
And what about its maximum size ? Is it dynamical ?

-Manu
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/