Subversion Repositories HelenOS-doc

Rev

Rev 11 | Rev 57 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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