summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu>2008-07-19 08:16:03 -0400
committerBjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu>2008-07-19 08:16:03 -0400
commitc67ba1277bdf7f9a45569191e6d25314e608fdaf (patch)
tree1b8933ff8b3d45032b4d7e2b5a5402705913c3c9
parent67b2102d2f00fedb27692846a0eb3b9027a55dac (diff)
fix validation errors
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 6e9d025..4e251e9 100644
--- a/index.html
+++ b/index.html
@@ -60,6 +60,7 @@
60 <p class="nobottommargin"> 60 <p class="nobottommargin">
61 The first version of LITMUS<sup>RT</sup>, which was implemented in Spring 2006, 61 The first version of LITMUS<sup>RT</sup>, which was implemented in Spring 2006,
62 is based on Linux&nbsp;2.6.9. 62 is based on Linux&nbsp;2.6.9.
63 </p>
63 </div> 64 </div>
64 65
65 <h2 id="support">Support</h2> 66 <h2 id="support">Support</h2>
@@ -144,6 +145,7 @@
144 Spin?&rdquo;, <cite> Proceedings of the 14th IEEE Real-Time and Embedded 145 Spin?&rdquo;, <cite> Proceedings of the 14th IEEE Real-Time and Embedded
145Technology and Applications Symposium</cite>, pp. 342-353, April 2008. 146Technology and Applications Symposium</cite>, pp. 342-353, April 2008.
146 <a href="http://www.cs.unc.edu/~anderson/papers/rtas08.ps">Postscript</a>. <a href="http://www.cs.unc.edu/~anderson/papers/rtas08.pdf">PDF</a>. 147 <a href="http://www.cs.unc.edu/~anderson/papers/rtas08.ps">Postscript</a>. <a href="http://www.cs.unc.edu/~anderson/papers/rtas08.pdf">PDF</a>.
148 </p>
147 <p> 149 <p>
148 Extended version, including all graphs: 150 Extended version, including all graphs:
149 <a href="http://www.cs.unc.edu/~anderson/papers/rtas08along.ps">Postscript</a>, 151 <a href="http://www.cs.unc.edu/~anderson/papers/rtas08along.ps">Postscript</a>,
@@ -236,8 +238,6 @@ Technology and Applications Symposium</cite>, pp. 342-353, April 2008.
236 Many bug fixes. 238 Many bug fixes.
237 </li> 239 </li>
238 </ul> 240 </ul>
239 </li>
240 </ul>
241 </div> 241 </div>
242 242
243 <p> 243 <p>
@@ -251,8 +251,6 @@ Technology and Applications Symposium</cite>, pp. 342-353, April 2008.
251 Older releases: <a href="litmus2007.html">LITMUS<sup>RT</sup> 2007 series</a>. 251 Older releases: <a href="litmus2007.html">LITMUS<sup>RT</sup> 2007 series</a>.
252 </p> 252 </p>
253 253
254 </p>
255
256 </div> 254 </div>
257 255
258 256
@@ -367,9 +365,11 @@ make
367 <p class="qa"> 365 <p class="qa">
368 You can use the tool <span class="src">setsched</span> (part of <span class="src">liblitmus</span>) 366 You can use the tool <span class="src">setsched</span> (part of <span class="src">liblitmus</span>)
369 to select a new plugin at run time. 367 to select a new plugin at run time.
370 <div align="center"> 368 </p>
371 <img class="screenshot" src="gfx/setsched.png" alt="Screen shot of setsched"/> 369 <div class="screenshot">
370 <img src="gfx/setsched.png" alt="Screen shot of setsched"/>
372 </div> 371 </div>
372 <p>
373 Only root can change the active policy, and only when there are no real-time tasks present. 373 Only root can change the active policy, and only when there are no real-time tasks present.
374 </p> 374 </p>
375 <h3>Writing Real-Time Tasks</h3> 375 <h3>Writing Real-Time Tasks</h3>