Skip to content

Commit 127ddc9

Browse files
committed
closes #113
1 parent 91b7b0e commit 127ddc9

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

scheduling.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ \section{Thread States}\label{thread-states-section}
127127
\caption{When a thread needs to wait, the operating system moves it
128128
from the run queue to a wait queue. The scheduler selects one of
129129
the threads remaining in the run queue to dispatch, so it starts
130-
running.}
130+
running. An animated GIF version of this figure is also available on this
131+
book's web site.}
131132
\label{scan-3-1}
132133
\end{figure}
133134
Because the
@@ -159,7 +160,8 @@ \section{Thread States}\label{thread-states-section}
159160
queue. Because the wait queue is kept in time order, the scheduler
160161
need only check threads until it finds one waiting for a time still
161162
in the future. In this figure, times are shown on a human scale for
162-
ease of understanding.}
163+
ease of understanding. An animated GIF version of this figure is also available on this
164+
book's web site.}
163165
\label{scan-3-5}
164166
\end{figure}
165167

web-site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ <h2>Revised Edition</h2>
2929
textual elements are not included.) The individual PDF files within
3030
the zip file have names based on the figure numbers. For example,
3131
<code>hail_f0612.pdf</code> contains Figure 6.12.</p></li>
32+
<li><p>Animated GIF versions of <a href="animated_gifs/hail_f0301.gif">Figure 3.1</a> and <a href="animated_gifs/hail_f0302.gif">Figure 3.2</a>.</p></li>
3233
<li><p><a href="osm-rev1.1-programs.zip">Code of the programs.</a>
3334
This is a zip file containing one directory per chapter, with names
3435
such as <code>ch02</code> for Chapter 2. (However, there are no

0 commit comments

Comments
 (0)