Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cdb2c7b

Browse files
committed
add link to the stack overflow example
1 parent 32da644 commit cdb2c7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎proc.tex‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@
5454
\item \emph{(User) stack} \dots{} local non-static variables, function
5555
parameters (on certain architectures in certain modes - e.g. 32-bit x86), return
5656
addresses. 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
6061
the 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,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /