aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-12-01 04:47:37 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-12-01 04:47:37 -0500
commit3e25634171feb13adbf2d5b3d36251efb9ed85c4 (patch)
treee6e1d6101091655ed72da6a70721c628fbbd5a5f
parent8db31be965afd2b910e747c870941189a63d1457 (diff)
little brush up for the release
-rw-r--r--README11
1 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index 5a6ad11..d32876b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
1LITMUS^RT User-Space Library: liblitmus 1LITMUS^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
11Released as open source under the terms of the GNU General Public License 11Released as open source under the terms of the GNU General Public License
12(GPL). 12(GPL2).
13 13
14Overview 14Overview
15======== 15========
@@ -21,9 +21,8 @@ the kernel services provided for real-time tasks.
21Tools 21Tools
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
37Install 36Install
38======= 37=======
39The library and the included tools must be compiled from source. Currently, 38The library and the included tools must be compiled from source. Currently,
40the library and all tools are compiled by by issuing the 39the library and all tools are compiled by issuing the
41command: 40command:
42 41
43 $ make 42 $ make