How is the bottom of stack determined?
- by Mask
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?