Subversion Repositories HelenOS-doc

Compare Revisions

Ignore whitespace Rev 51 → Rev 52

/design/trunk/src/ch_scheduling.xml
2,10 → 2,10
 
<chapter id="scheduling"><?dbhtml filename="scheduling.html"?>
<title>Scheduling</title>
<section>
<title>Basic terms</title>
<para>Explain Task, Thread etc</para>
</section>
<para>
One of the key tasks of the operating system is to create and support impression that several activities are running contemporarily in the system. This is true for both uniprocessor as well as multiprocessor systems. In the case of multiprocessor systems, the activities are trully running in parallel
</para>
 
<section>
<title>Context switching</title>
14,11 → 14,6
</section>
 
<section>
<title>Kernel clock</title>
<para>timer interrupt handling, slices, timeouts, delays</para>
</section>
 
<section>
<title>Scheduler</title>
<para>How scheduler designed and how it works.</para>
</section>