summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@Serenity.local>2008-08-22 22:46:47 -0400
committerBjoern Brandenburg <bbb@Serenity.local>2008-08-22 22:46:47 -0400
commitd62120132b6fddc6a6661a7dbd4343c4cae06151 (patch)
treee301ca6e6d17e160b4748d9ddd6f3bdcb5d9ec6c
parent1554c23241fb47eae57b3b352fde9024c66d26b8 (diff)
parent6074547124c3a9657469be06c47b882fc07abe11 (diff)
Merge branch 'master' of ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/homepage
-rw-r--r--index.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/index.html b/index.html
index b8b3a5e..13ffce8 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@
43 <p> 43 <p>
44 The current version of LITMUS<sup>RT</sup> is <strong>2008.1</strong> and is based on Linux&nbsp;2.6.24. 44 The current version of LITMUS<sup>RT</sup> is <strong>2008.1</strong> and is based on Linux&nbsp;2.6.24.
45 It was released on 7/19/2008 and includes plugins for the following 45 It was released on 7/19/2008 and includes plugins for the following
46 scheduling policies are included: 46 scheduling policies:
47 </p> 47 </p>
48 <ul> 48 <ul>
49 <li> Partitioned EDF with synchronization support (PSN-EDF)</li> 49 <li> Partitioned EDF with synchronization support (PSN-EDF)</li>
@@ -78,9 +78,8 @@
78 href="http://www.cs.unc.edu/~anderson/">Dr. James H. Anderson</a>. 78 href="http://www.cs.unc.edu/~anderson/">Dr. James H. Anderson</a>.
79 </p> 79 </p>
80 <p> 80 <p>
81 The 81 The implementation effort is carried out by students of the
82 implementation effort is carried out by students of the 82 <a href="http://www.cs.unc.edu/~anderson/real-time/">Real-Time Systems
83 <a href="http://www.cs.unc.edu/rt">Real-Time Systems
84 Group</a> at the <a href="http://www.unc.edu">University of North Carolina 83 Group</a> at the <a href="http://www.unc.edu">University of North Carolina
85 at Chapel Hill</a>: 84 at Chapel Hill</a>:
86 </p> 85 </p>
@@ -213,7 +212,7 @@ Technology and Applications Symposium</cite>, pp. 342-353, April 2008.
213 General Public License (GPL)</a>. 212 General Public License (GPL)</a>.
214 </p> 213 </p>
215 <p> 214 <p>
216 The current release of LITMUS<sup>RT</sup> is 2008.1 and was released on 7/19/2008. 215 The current release of LITMUS<sup>RT</sup> is 2008.1.
217 It consists of our Linux kernel modifications in the form of 216 It consists of our Linux kernel modifications in the form of
218 a patch against Linux 2.6.24 and 217 a patch against Linux 2.6.24 and
219 <span class="src">liblitmus</span>, the user-space API for real-time tasks. 218 <span class="src">liblitmus</span>, the user-space API for real-time tasks.
@@ -278,7 +277,7 @@ Technology and Applications Symposium</cite>, pp. 342-353, April 2008.
278 extension of the Linux kernel that adds support for the sporadic task 277 extension of the Linux kernel that adds support for the sporadic task
279 model, a scheduler plugin infrastructure, and some scheduler plugins, as 278 model, a scheduler plugin infrastructure, and some scheduler plugins, as
280 well as a user-space library that provides the LITMUS<sup>RT</sup> 279 well as a user-space library that provides the LITMUS<sup>RT</sup>
281 real-time API. Note, that the current implementation only works on the 280 real-time API. Note that the current implementation only works on the
282 Intel x86-32 and sparc64 architectures. 281 Intel x86-32 and sparc64 architectures.
283 </p> 282 </p>
284 <h3>Patching the Kernel</h3> 283 <h3>Patching the Kernel</h3>