aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2014-10-17 23:22:22 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2014-10-17 23:22:22 -0400
commit6131b3f254fc28e61f77c9c25715abfd95d85451 (patch)
treef8ee76179fd4034f4adae55ea7d883c728b95ca2
parent9214af4655bbb5b32621ad7495223a24967d0ee3 (diff)
Update README.md with link to RTCSA'14 paper.
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9e7f56a..08c4963 100644
--- a/README.md
+++ b/README.md
@@ -27,15 +27,15 @@ serial pipeline model. Soft real-time guarantees for these workloads are
27clearly desirable, but are not realized due to a lack of operating system 27clearly desirable, but are not realized due to a lack of operating system
28support. 28support.
29 29
30[1] LITMUS^RT: http://www.litmus-rt.org 30[1] LITMUS^RT: [http://www.litmus-rt.org](http://www.litmus-rt.org)
31 31
32on github: https://github.com/LITMUS-RT/litmus-rt 32on github: [https://github.com/LITMUS-RT/litmus-rt](https://github.com/LITMUS-RT/litmus-rt)
33 33
34[2] C. Liu and J. H. Anderson, "Supporting Soft Real-Time DAG-based Systems on 34[2] C. Liu and J. H. Anderson, "Supporting Soft Real-Time DAG-based Systems on
35Multiprocessors with No Utilization Loss", Proceedings of the 31st IEEE Real-Time 35Multiprocessors with No Utilization Loss", Proceedings of the 31st IEEE Real-Time
36Systems Symposium, pp. 3-13, December 2010. 36Systems Symposium, pp. 3-13, December 2010.
37 37
38available here: http://www.cs.unc.edu/~anderson/papers/rtss10b.pdf 38available here: [http://www.cs.unc.edu/~anderson/papers/rtss10b.pdf](http://www.cs.unc.edu/~anderson/papers/rtss10b.pdf)
39 39
40Compilation 40Compilation
41=========== 41===========
@@ -46,14 +46,16 @@ real-time scheduling can be achieved by using the LITMUS^RT Linux kernel.
46To enable LITMUS^RT support, uncomment 'flags-litmus' line in the Makefile. 46To enable LITMUS^RT support, uncomment 'flags-litmus' line in the Makefile.
47 47
48You must patch LITMUS^RT (version 2013.1) to support PGM^RT. Source 48You must patch LITMUS^RT (version 2013.1) to support PGM^RT. Source
49code is available here: http://wiki.litmus-rt.org/litmus/Publications 49code is available here: [http://wiki.litmus-rt.org/litmus/Publications](http://wiki.litmus-rt.org/litmus/Publications)
50 50
51Publications 51Publications
52============ 52============
53G. Elliott, N. Kim, J. Erickson, C. Liu, and J. Anderson, "Response-Time 53G. Elliott, N. Kim, J. Erickson, C. Liu, and J. Anderson, "Response-Time
54Minimization of Automotive-Inspired Dataflows on Multicore Platforms", 54Minimization of Automotive-Inspired Dataflows on Multicore Platforms",
55Proceedings of the 20th IEEE International Conference on Embedded and Real-Time 55Proceedings of the 20th IEEE International Conference on Embedded and Real-Time
56Computing Systems and Applications, August 2014 (to appear). 56Computing Systems and Applications, August 2014.
57
58available here: [http://www.cs.unc.edu/~anderson/papers/rtcsa14b_long.pdf](http://www.cs.unc.edu/~anderson/papers/rtcsa14b_long.pdf)
57 59
58License 60License
59======= 61=======
@@ -73,7 +75,7 @@ modification, are permitted provided that the following conditions are met:
73 notice, this list of conditions and the following disclaimer in the 75 notice, this list of conditions and the following disclaimer in the
74 documentation and/or other materials provided with the distribution. 76 documentation and/or other materials provided with the distribution.
75 77
76* Neither the name of the <organization> nor the 78* Neither the name of the PGM^RT nor the
77 names of its contributors may be used to endorse or promote products 79 names of its contributors may be used to endorse or promote products
78 derived from this software without specific prior written permission. 80 derived from this software without specific prior written permission.
79 81