Subversion Repositories HelenOS-doc

Compare Revisions

Ignore whitespace Rev 8 → Rev 9

/design/trunk/src/ch_scheduling.xml
0,0 → 1,27
<?xml version="1.0" encoding="UTF-8"?>
 
<chapter>
<title>Scheduling</title>
<section>
<title>Basic terms</title>
<para>Explain Task, Thread etc</para>
</section>
 
<section>
<title>Context switching</title>
 
<para>Something about context. Probably arch specific context notes.</para>
</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>
 
 
</chapter>