File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5454\item \emph {(User) stack } \dots {} local non-static variables, function
5555parameters (on certain architectures in certain modes - e.g. 32-bit x86), return
5656addresses. Each process has 2 stacks -- one for a user mode and another for
57- kernel mode. The~user stack automatically grows according to its use (except
58- for threads where each thread has its own limited stack).
57+ kernel mode. The~user stack automatically grows according to its use,
58+ up to some limit (for threads where each thread has its own stack the limit
59+ is usually smaller). See \example {pmap/stack-overflow.c}.
5960\item \emph {User area (u-area) } \dots {} contains process information used by
6061the kernel which is not needed when the process is swapped out to disk
6162(number of open files, signal handling settings, number of shared memory segments,
You can’t perform that action at this time.
0 commit comments