We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc3ef3 commit 33d6fc6Copy full SHA for 33d6fc6
1 file changed
vm.tex
@@ -113,8 +113,10 @@ \section{Introduction}
113
\end{figure}
114
115
The difference between the processor's and memory's perspectives becomes apparent when you consider that
116
-the processor may be dividing its time between multiple computational
117
-processes.
+the processor may be dividing its time between multiple programs.
+As I will explain briefly in Section~\ref{vm-private-storage-section}
118
+and in detail in Chapter~\ref{processes-chapter}, the operating system
119
+represents running programs as \emph{processes}.
120
Sometimes the processes will each need a private object,
121
yet the natural name to use will be the same in more than one process.
122
Figure~\ref{scan-6-2} shows how this necessitates using different
0 commit comments