Subversion Repositories HelenOS-doc

Rev

Rev 11 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3.  <chapter>
  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.  
  27.   </chapter>
  28.