summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/index.html b/index.html
index fb0e613..8e4500e 100644
--- a/index.html
+++ b/index.html
@@ -24,8 +24,17 @@
24 24
25 <h2 id="about">About</h2> 25 <h2 id="about">About</h2>
26 <div class="box"> 26 <div class="box">
27 <p class="nomargin"> 27 <p class="notopmargin">
28 <em>To be written...</em> 28 The LITMUS<sup>RT</sup> project is a soft real-time extension of the Linux
29 kernel with focus on multiprocessor real-time scheduling and
30 synchronization. The Linux kernel is modified to support the sporadic task
31 model and modular scheduler plugins. Both partitioned and global scheduling
32 is supported. In the current version (2007.1), scheduler plugins that
33 implement various EDF variants and PFAIR scheduling are included.
34 </p>
35
36 <p class="nobottommargin">
37 <em>To be continued...</em>
29 </p> 38 </p>
30 </div> 39 </div>
31 40