diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-07-23 04:11:10 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-07-23 04:11:10 -0400 |
commit | a5458bf1d0f5f33002b29ecf46cf8bf17b10a2ef (patch) | |
tree | 9c809ef2b899e0b498f08f853f8ab2d9b23ddd90 | |
parent | 914469dd1a5e0d7ff0e2f40aac1572e298a5f678 (diff) |
update graduation date and provide minor clarifications
-rw-r--r-- | index.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -101,7 +101,7 @@ | |||
101 | <li> | 101 | <li> |
102 | <a href="http://www.cs.unc.edu/~bbb/">Björn B. Brandenburg</a> (current maintainer) | 102 | <a href="http://www.cs.unc.edu/~bbb/">Björn B. Brandenburg</a> (current maintainer) |
103 | </li> | 103 | </li> |
104 | <li> <a href="http://www.cs.unc.edu/~jmc/">John M. Calandrino</a> | 104 | <li> <a href="http://www.cs.unc.edu/~jmc/">John M. Calandrino</a> <em>(graduated July 2009)</em> |
105 | </li> | 105 | </li> |
106 | </ul> | 106 | </ul> |
107 | <p> | 107 | <p> |
@@ -458,7 +458,7 @@ make | |||
458 | </li> | 458 | </li> |
459 | </ul> | 459 | </ul> |
460 | <p> | 460 | <p> |
461 | Only one policy can be active at any time. Initially (<em>i.e.,</em> during boot), the "Linux" policy is active. | 461 | Only one policy can be active at any time. Initially (<em>i.e.,</em> during and after boot), the "Linux" policy is active. |
462 | You can use the tool <span class="src">showsched</span> (part of <span class="src">liblitmus</span>) to display | 462 | You can use the tool <span class="src">showsched</span> (part of <span class="src">liblitmus</span>) to display |
463 | the name of the currently active policy. | 463 | the name of the currently active policy. |
464 | </p> | 464 | </p> |
@@ -473,6 +473,9 @@ make | |||
473 | <p> | 473 | <p> |
474 | Only root can change the active policy, and only when there are no real-time tasks present. | 474 | Only root can change the active policy, and only when there are no real-time tasks present. |
475 | </p> | 475 | </p> |
476 | <p> | ||
477 | If you do not have the <span class="src">dialog</span> utility installed, then you can still used <span class="src">setsched</span> by passing the desired scheduling policy as a commandline parameter, <em>e.g.</em> type <span class="src"> setsched PFAIR </span> to activate the PFAIR plugin. | ||
478 | </p> | ||
476 | <h3>Writing Real-Time Tasks</h3> | 479 | <h3>Writing Real-Time Tasks</h3> |
477 | <p class="qa"> | 480 | <p class="qa"> |
478 | The user space library that provides the LITMUS<sup>RT</sup> API, | 481 | The user space library that provides the LITMUS<sup>RT</sup> API, |