How is the bottom of stack determined?

Posted by Mask on Stack Overflow See other posts from Stack Overflow or by Mask
Published on 2010-03-30T01:41:46Z Indexed on 2010/03/30 1:53 UTC
Read the original article Hit count: 598

Filed under:

A stack is a contiguous block of memory containing data. A register called the stack pointer (SP) points to the top of the stack. The bottom of the stack is at a fixed address.

How is the stack bottom fixed by the kernel?

© Stack Overflow or respective owner

Related posts about stack