From 9dc6701a9cd243ea9bd8981ee21133b659533b13 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Fri, 7 Dec 2007 12:13:02 -0500 Subject: added new logo and changed style logo credit: Jasper McChesney --- inc/format.css | 23 +++++++++++++++++------ inc/litmusrt.png | Bin 0 -> 5260 bytes index.html | 29 ++++++++++++++++++----------- 3 files changed, 35 insertions(+), 17 deletions(-) create mode 100644 inc/litmusrt.png diff --git a/inc/format.css b/inc/format.css index 2b9e1bc..17b1c2b 100644 --- a/inc/format.css +++ b/inc/format.css @@ -117,24 +117,29 @@ table { .boxsize { width: 8.5in; + margin-top: 0cm; margin-left: 1cm; } -.authors { - margin-left: 1cm; - font-style: italic; +.authors { + margin-top: 0.75cm; +// margin-left: 1cm; + font-style: italic; } a { - color: #032e03; +// color: #47733c; + color: #6fb45e; + font-weight: bold; text-decoration: underline; } a:hover { - color: #147614; + color: #d66836; + font-weight: bold; } @@ -203,4 +208,10 @@ h3 { .flushright { text-align: right; -} \ No newline at end of file +} + +.logobox { + width: 8.5in; + margin-left: 1cm; + margin-bottom: 1.0cm; + } diff --git a/inc/litmusrt.png b/inc/litmusrt.png new file mode 100644 index 0000000..6177940 Binary files /dev/null and b/inc/litmusrt.png differ diff --git a/index.html b/index.html index 621c64b..d68684d 100644 --- a/index.html +++ b/index.html @@ -7,15 +7,19 @@ LITMUS RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems -

LITMUSRT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems

- -

- Dr. James H. Anderson & - Students, - The University of North Carolina at Chapel Hill -

- -

+ +

+ LITMUS^RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems +

+ Dr. James H. Anderson & + Students, + The University of North Carolina at Chapel Hill +

+ +
+ +
+

about - support - collaborators - @@ -24,6 +28,9 @@ installation - documentation

+
+ +

About

@@ -70,7 +77,7 @@

-- cgit v1.2.2 From 7dd8bf1719ff64fd1109711eca04babacc7e2610 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Fri, 7 Dec 2007 12:16:12 -0500 Subject: Changed style of shell commands --- inc/format.css | 1 + index.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/format.css b/inc/format.css index 17b1c2b..abb5c20 100644 --- a/inc/format.css +++ b/inc/format.css @@ -199,6 +199,7 @@ h3 { padding: 0.2cm; font-family: Courier New, Courier, monospace; font-size: 10pt; + font-weight: bold; background-color: #000000; color: #cccccc; border-color: #00C400; diff --git a/index.html b/index.html index d68684d..3c668d7 100644 --- a/index.html +++ b/index.html @@ -270,7 +270,8 @@ make modules class="src">rtsched kernel parameter.

-rtsched={linux, pfair, part_edf, global_edf, global_edf_np, edf_hsb, gsn_edf, psn_edf, adaptive}
+rtsched= {linux, pfair, part_edf, global_edf, 
+          global_edf_np, edf_hsb, gsn_edf, psn_edf, adaptive}
 

For example, on our test machine, we use the -- cgit v1.2.2 From 3e840c4088d9362524e15ed5f3775d91ad6c2024 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Fri, 7 Dec 2007 12:19:11 -0500 Subject: updated citations --- index.html | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 3c668d7..bfe92d8 100644 --- a/index.html +++ b/index.html @@ -103,12 +103,28 @@

    +
  • +

    + B. Brandenburg, J. Calandrino, A. Block, H. Leontyev, and + J. Anderson. "Real-Time Synchronization on Multiprocessors: To Block + or Not to Block, to Suspend or Spin?", + Proceedings of the 14th IEEE Real-Time and Embedded Technology and Applications Symposium, to appear, + April 2008. + Postscript, + PDF. +

    +

    + Extended version, including all graphs: + Postscript, + PDF. +

    +
  • B. Brandenburg, A. Block, J. Calandrino, U. Devi, H. Leontyev, and J. Anderson, " LITMUSRT: A Status Report ", Proceedings of the 9th - Real-Time Linux Workshop, November 2007, to appear. + Real-Time Linux Workshop, pp. 107-123, November 2007. Postscript. PDF.

    @@ -123,21 +139,6 @@

  • -
  • -

    - B. Brandenburg, J. Calandrino, A. Block, H. Leontyev, and - J. Anderson. "Real-Time Synchronization on Multiprocessors: To Block - or Not to Block, to Suspend or Spin?", in submission, October 2007. - Postscript, - PDF. -

    -

    - Extended version, including all graphs: - Postscript, - PDF. -

    -
  • -
  • B. Brandenburg and J. Anderson, "Integrating Hard/Soft Real-Time Tasks -- cgit v1.2.2