We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6313bb4 commit 435bb69Copy full SHA for 435bb69
proc.tex
@@ -256,7 +256,7 @@
256
\item Unix uses only preemptive planning for user processes.
257
\item There is also a \emph{tickless kernel} that uses a variable timer tick.
258
\item Traditional (historical) UNIX \emsl{kernel} uses cooperative planning,
259
-i.e. process running in kernel mode is not switched until it gives up the CPU
+i.e. a process running in kernel mode is not switched until it gives up the CPU
260
by itself.
261
\emsl{Modern Unix kernels are preemptive} -- mainly because of real-time
262
systems; where it is necessary to have the possibility to remove a CPU from
0 commit comments