More required services in the final step.

This commit is contained in:
Robert Strandh 2013-10-28 10:18:27 +01:00
parent 2f35aa815d
commit 9cbccc33ff
1 changed files with 4 additions and 2 deletions

View File

@ -317,7 +317,9 @@ protection, as a \unix{} process, where the \unix{} system would play
the role of a virtual machine, supplying essential services such as
input/output, networking, etc.
\subsection{Create device drivers}
\subsection{Create device drivers and more}
The final step is to replace the temporary \unix{} kernel with native
device drivers for the new system.
device drivers, and to write the code for required system services
such as the \emph{thread scheduler}, \emph{synchronization
primitives}, etc.