Subversion Repositories HelenOS-doc

Rev

Rev 9 | Rev 52 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 bondari 1
<?xml version="1.0" encoding="UTF-8"?>
2
 
11 bondari 3
<chapter id="scheduling"><?dbhtml filename="scheduling.html"?>
9 bondari 4
    <title>Scheduling</title>
5
        <section>
6
                <title>Basic terms</title>
7
                <para>Explain Task, Thread etc</para>
8
        </section>
9
 
10
    <section>
11
      <title>Context switching</title>
12
 
13
      <para>Something about context. Probably arch specific context notes.</para>
14
    </section>
15
 
16
        <section>
17
                <title>Kernel clock</title>
18
                <para>timer interrupt handling, slices, timeouts, delays</para>
19
        </section>
20
 
21
        <section>
22
                <title>Scheduler</title>
23
                <para>How scheduler designed and how it works.</para>
24
        </section>
25
 
26
 
11 bondari 27
</chapter>