diff options
author | Bjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu> | 2007-12-07 12:19:34 -0500 |
---|---|---|
committer | Bjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu> | 2007-12-07 12:19:34 -0500 |
commit | db4b13d3a32f020780cc76e1268bcdd11ad03431 (patch) | |
tree | e9c36e29b85a5aea83d01c3ce34a073f9c26c648 | |
parent | 6cbb9e36ec3cab48764eeb58e6693a65b69fec07 (diff) | |
parent | 3e840c4088d9362524e15ed5f3775d91ad6c2024 (diff) |
Merge with git+ssh://cvs/cvs/proj/litmus/repo/homepage
-rw-r--r-- | inc/format.css | 24 | ||||
-rw-r--r-- | inc/litmusrt.png | bin | 0 -> 5260 bytes | |||
-rw-r--r-- | index.html | 63 |
3 files changed, 54 insertions, 33 deletions
diff --git a/inc/format.css b/inc/format.css index 2b9e1bc..abb5c20 100644 --- a/inc/format.css +++ b/inc/format.css | |||
@@ -117,24 +117,29 @@ table { | |||
117 | 117 | ||
118 | .boxsize { | 118 | .boxsize { |
119 | width: 8.5in; | 119 | width: 8.5in; |
120 | margin-top: 0cm; | ||
120 | margin-left: 1cm; | 121 | margin-left: 1cm; |
121 | } | 122 | } |
122 | 123 | ||
123 | 124 | ||
124 | .authors { | 125 | .authors { |
125 | margin-left: 1cm; | 126 | margin-top: 0.75cm; |
126 | font-style: italic; | 127 | // margin-left: 1cm; |
128 | font-style: italic; | ||
127 | } | 129 | } |
128 | 130 | ||
129 | 131 | ||
130 | a { | 132 | a { |
131 | color: #032e03; | 133 | // color: #47733c; |
134 | color: #6fb45e; | ||
135 | font-weight: bold; | ||
132 | text-decoration: underline; | 136 | text-decoration: underline; |
133 | } | 137 | } |
134 | 138 | ||
135 | 139 | ||
136 | a:hover { | 140 | a:hover { |
137 | color: #147614; | 141 | color: #d66836; |
142 | font-weight: bold; | ||
138 | } | 143 | } |
139 | 144 | ||
140 | 145 | ||
@@ -194,6 +199,7 @@ h3 { | |||
194 | padding: 0.2cm; | 199 | padding: 0.2cm; |
195 | font-family: Courier New, Courier, monospace; | 200 | font-family: Courier New, Courier, monospace; |
196 | font-size: 10pt; | 201 | font-size: 10pt; |
202 | font-weight: bold; | ||
197 | background-color: #000000; | 203 | background-color: #000000; |
198 | color: #cccccc; | 204 | color: #cccccc; |
199 | border-color: #00C400; | 205 | border-color: #00C400; |
@@ -203,4 +209,10 @@ h3 { | |||
203 | 209 | ||
204 | .flushright { | 210 | .flushright { |
205 | text-align: right; | 211 | text-align: right; |
206 | } \ No newline at end of file | 212 | } |
213 | |||
214 | .logobox { | ||
215 | width: 8.5in; | ||
216 | margin-left: 1cm; | ||
217 | margin-bottom: 1.0cm; | ||
218 | } | ||
diff --git a/inc/litmusrt.png b/inc/litmusrt.png new file mode 100644 index 0000000..6177940 --- /dev/null +++ b/inc/litmusrt.png | |||
Binary files differ | |||
@@ -8,15 +8,19 @@ | |||
8 | <title>LITMUS RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems</title> | 8 | <title>LITMUS RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems</title> |
9 | </head> | 9 | </head> |
10 | <body> | 10 | <body> |
11 | <h1>LITMUS<sup>RT</sup>: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems</h1> | 11 | <!--<h1>LITMUS<sup>RT</sup>: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems</h1>--> |
12 | 12 | <div class="logobox" align="center"> | |
13 | <p class="authors"> | 13 | <img src="inc/litmusrt.png" alt="LITMUS^RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems" /> |
14 | <a href="http://www.cs.unc.edu/~anderson/">Dr. James H. Anderson & | 14 | <p class="authors"> |
15 | Students</a>, | 15 | <a href="http://www.cs.unc.edu/~anderson/">Dr. James H. Anderson & |
16 | <a href="http://www.unc.edu">The University of North Carolina at Chapel Hill</a> | 16 | Students</a>, |
17 | </p> | 17 | <a href="http://www.unc.edu">The University of North Carolina at Chapel Hill</a> |
18 | </p> | ||
18 | 19 | ||
19 | <p class="boxsize"> | 20 | </div> |
21 | |||
22 | <div class="boxsize" align="center"> | ||
23 | <p> | ||
20 | <a href="#about">about</a> - | 24 | <a href="#about">about</a> - |
21 | <a href="#support">support</a> - | 25 | <a href="#support">support</a> - |
22 | <a href="#collaborators">collaborators</a> - | 26 | <a href="#collaborators">collaborators</a> - |
@@ -25,6 +29,9 @@ | |||
25 | <a href="#install">installation</a> - | 29 | <a href="#install">installation</a> - |
26 | <a href="#links">documentation</a> | 30 | <a href="#links">documentation</a> |
27 | </p> | 31 | </p> |
32 | </div> | ||
33 | |||
34 | |||
28 | 35 | ||
29 | <h2 id="about">About</h2> | 36 | <h2 id="about">About</h2> |
30 | <div class="box"> | 37 | <div class="box"> |
@@ -71,7 +78,7 @@ | |||
71 | </p> | 78 | </p> |
72 | <ul> | 79 | <ul> |
73 | 80 | ||
74 | <li> <a href="http://www.cs.unc.edu/~block/">Aaron Block</a> | 81 | <li> <a href="http://www.cs.unc.edu/~block/">Aaron D. Block</a> |
75 | </li> | 82 | </li> |
76 | 83 | ||
77 | <li> <a href="http://www.cs.unc.edu/~bbb/">Björn B. Brandenburg</a> | 84 | <li> <a href="http://www.cs.unc.edu/~bbb/">Björn B. Brandenburg</a> |
@@ -84,7 +91,7 @@ | |||
84 | Dec. 2006)</em> | 91 | Dec. 2006)</em> |
85 | </li> | 92 | </li> |
86 | 93 | ||
87 | <li> <a href="http://www.cs.unc.edu/~leontyev/">Hennadiy Leontyev</a> | 94 | <li> <a href="http://www.cs.unc.edu/~leontyev/">Hennadiy Leontyev</a> |
88 | </li> | 95 | </li> |
89 | 96 | ||
90 | </ul> | 97 | </ul> |
@@ -97,12 +104,28 @@ | |||
97 | 104 | ||
98 | <ul class="nomargin"> | 105 | <ul class="nomargin"> |
99 | 106 | ||
107 | <li> | ||
108 | <p> | ||
109 | B. Brandenburg, J. Calandrino, A. Block, H. Leontyev, and | ||
110 | J. Anderson. "Real-Time Synchronization on Multiprocessors: To Block | ||
111 | or Not to Block, to Suspend or Spin?", <cite> | ||
112 | Proceedings of the 14th IEEE Real-Time and Embedded Technology and Applications Symposium</cite>, to appear, | ||
113 | April 2008. | ||
114 | <a href="http://www.cs.unc.edu/~anderson/papers/rtas08a.ps">Postscript</a>, | ||
115 | <a href="http://www.cs.unc.edu/~anderson/papers/rtas08a.pdf">PDF</a>. | ||
116 | </p> | ||
117 | <p> | ||
118 | Extended version, including all graphs: | ||
119 | <a href="http://www.cs.unc.edu/~anderson/papers/rtas08along.ps">Postscript</a>, | ||
120 | <a href="http://www.cs.unc.edu/~anderson/papers/rtas08along.pdf">PDF</a>. | ||
121 | </p> | ||
122 | </li> | ||
100 | 123 | ||
101 | <li> | 124 | <li> |
102 | <p> | 125 | <p> |
103 | B. Brandenburg, A. Block, J. Calandrino, U. Devi, H. Leontyev, and J. Anderson, | 126 | B. Brandenburg, A. Block, J. Calandrino, U. Devi, H. Leontyev, and J. Anderson, |
104 | " LITMUS<sup>RT</sup>: A Status Report ", <cite> Proceedings of the 9th | 127 | " LITMUS<sup>RT</sup>: A Status Report ", <cite> Proceedings of the 9th |
105 | Real-Time Linux Workshop</cite>, November 2007, to appear. | 128 | Real-Time Linux Workshop</cite>, pp. 107-123, November 2007. |
106 | <a href="http://www.cs.unc.edu/~anderson/papers/rtlws07.ps">Postscript</a>. | 129 | <a href="http://www.cs.unc.edu/~anderson/papers/rtlws07.ps">Postscript</a>. |
107 | <a href="http://www.cs.unc.edu/~anderson/papers/rtlws07.pdf">PDF</a>. | 130 | <a href="http://www.cs.unc.edu/~anderson/papers/rtlws07.pdf">PDF</a>. |
108 | </p> | 131 | </p> |
@@ -119,21 +142,6 @@ | |||
119 | 142 | ||
120 | <li> | 143 | <li> |
121 | <p> | 144 | <p> |
122 | B. Brandenburg, J. Calandrino, A. Block, H. Leontyev, and | ||
123 | J. Anderson. "Real-Time Synchronization on Multiprocessors: To Block | ||
124 | or Not to Block, to Suspend or Spin?", in submission, October 2007. | ||
125 | <a href="http://www.cs.unc.edu/~anderson/papers/rtas08a.ps">Postscript</a>, | ||
126 | <a href="http://www.cs.unc.edu/~anderson/papers/rtas08a.pdf">PDF</a>. | ||
127 | </p> | ||
128 | <p> | ||
129 | Extended version, including all graphs: | ||
130 | <a href="http://www.cs.unc.edu/~anderson/papers/rtas08along.ps">Postscript</a>, | ||
131 | <a href="http://www.cs.unc.edu/~anderson/papers/rtas08along.pdf">PDF</a>. | ||
132 | </p> | ||
133 | </li> | ||
134 | |||
135 | <li> | ||
136 | <p> | ||
137 | B. Brandenburg and J. Anderson, "Integrating Hard/Soft Real-Time Tasks | 145 | B. Brandenburg and J. Anderson, "Integrating Hard/Soft Real-Time Tasks |
138 | and Best-Effort Jobs on Multiprocessors", <cite> Proceedings of the 19th Euromicro | 146 | and Best-Effort Jobs on Multiprocessors", <cite> Proceedings of the 19th Euromicro |
139 | Conference on Real-Time Systems</cite>, July 2007, to appear. | 147 | Conference on Real-Time Systems</cite>, July 2007, to appear. |
@@ -264,7 +272,8 @@ make modules | |||
264 | class="src">rtsched</span> kernel parameter. | 272 | class="src">rtsched</span> kernel parameter. |
265 | </p> | 273 | </p> |
266 | <pre class="shell"> | 274 | <pre class="shell"> |
267 | rtsched={linux, pfair, part_edf, global_edf, global_edf_np, edf_hsb, gsn_edf, psn_edf, adaptive} | 275 | rtsched= {linux, pfair, part_edf, global_edf, |
276 | global_edf_np, edf_hsb, gsn_edf, psn_edf, adaptive} | ||
268 | </pre> | 277 | </pre> |
269 | <p> | 278 | <p> |
270 | For example, on our test machine, we use the | 279 | For example, on our test machine, we use the |