diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-12-01 04:47:37 -0500 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-12-01 04:47:37 -0500 |
| commit | 3e25634171feb13adbf2d5b3d36251efb9ed85c4 (patch) | |
| tree | e6e1d6101091655ed72da6a70721c628fbbd5a5f | |
| parent | 8db31be965afd2b910e747c870941189a63d1457 (diff) | |
little brush up for the release
| -rw-r--r-- | README | 11 |
1 files changed, 5 insertions, 6 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | LITMUS^RT User-Space Library: liblitmus | 1 | LITMUS^RT User-Space Library: liblitmus |
| 2 | ======================================= | 2 | ======================================= |
| 3 | 3 | ||
| 4 | Copyright (c) 2007 | 4 | Copyright (c) 2007, 2008 |
| 5 | The University of North Carolina at Chapel Hill | 5 | The University of North Carolina at Chapel Hill |
| 6 | Department of Computer Science | 6 | Department of Computer Science |
| 7 | Real-Time Systems Group | 7 | Real-Time Systems Group |
| @@ -9,7 +9,7 @@ LITMUS^RT User-Space Library: liblitmus | |||
| 9 | http://www.cs.unc.edu/~anderson/litmus-rt/ | 9 | http://www.cs.unc.edu/~anderson/litmus-rt/ |
| 10 | 10 | ||
| 11 | Released as open source under the terms of the GNU General Public License | 11 | Released as open source under the terms of the GNU General Public License |
| 12 | (GPL). | 12 | (GPL2). |
| 13 | 13 | ||
| 14 | Overview | 14 | Overview |
| 15 | ======== | 15 | ======== |
| @@ -21,9 +21,8 @@ the kernel services provided for real-time tasks. | |||
| 21 | Tools | 21 | Tools |
| 22 | ===== | 22 | ===== |
| 23 | 23 | ||
| 24 | * set_rt_mode {on|off} | 24 | * setsched |
| 25 | Enter or exit real-time mode. Real-time tasks are only scheduled by the | 25 | Select active scheduler. Must be run as root. |
| 26 | kernel if the system is in real-time mode. | ||
| 27 | 26 | ||
| 28 | * showsched | 27 | * showsched |
| 29 | Print the name of the currently active scheduler. Schedulers are selected at | 28 | Print the name of the currently active scheduler. Schedulers are selected at |
| @@ -37,7 +36,7 @@ Tools | |||
| 37 | Install | 36 | Install |
| 38 | ======= | 37 | ======= |
| 39 | The library and the included tools must be compiled from source. Currently, | 38 | The library and the included tools must be compiled from source. Currently, |
| 40 | the library and all tools are compiled by by issuing the | 39 | the library and all tools are compiled by issuing the |
| 41 | command: | 40 | command: |
| 42 | 41 | ||
| 43 | $ make | 42 | $ make |
