blob: 90e4c5f04cfaa06b54c169b4f5195f6f68b6ceff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Real-Time Systems at The University of North Carolina at Chapel Hill</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="header">
<h1>Real-Time Systems: LITMUS<sup>RT</sup> Lunch</h1>
<p>at The University of North Carolina at Chapel Hill</p>
</div>
<div id="tabs10">
<ul>
<li><a href="./index.html"><span>Welcome</span></a></li>
<li><a href="./people.html"><span>People</span></a></li>
<li><a href="./papers.html"><span>Papers</span></a></li>
<li><a href="./photos.html"><span>Photos</span></a></li>
<li><a href="./lunch.html"><span>Real-Time Lunch</span></a></li>
<li><a href="./projects.html"><span>Projects</span></a></li>
<li><a href="./conferences.html"><span>Conferences</span></a></li>
</ul>
</div>
<div id="container2">
<div id="content">
<h2>LITMUS<sup>RT</sup> Lunch</h2>
<p>LITMUS<sup>RT</sup> Lunch is a weekly seminar focused on current work on LITMUS<sup>RT</sup>. It is open to all but geared primarily towards those in the real-time group interested in implementation work. <em>Y'all should come!</em>
</p>
<h2>Mailing List</h2>
<p>LITMUS<sup>RT</sup> Lunch is coordinated via our LITMUS<sup>RT</sup> mailing list <a href="mailto:litmus-rt@listserv.unc.edu">litmus-rt@listserv.unc.edu</a>. This list is also used for all other LITMUS<sup>RT</sup> work, such as reserving machines. All members of the Real-Time Systems group who intend to work on LITMUS<sup>RT</sup> should subscribe to this list.
</p>
<h2>Time and Location</h2>
<p>
For the Fall 2010 semester, LITMUS<sup>RT</sup> Lunch is held each Monday from 12:30 to 1:30 in FB 120.</p>
<h2>Fall 2010</h2>
<p>Multiple speakers may be on the same day.</p>
<table class="event">
<tr class="heading">
<td>Date</td>
<td>Presenter</td>
<td>Topic</td>
</tr>
<tr>
<td>10/24/2010</td>
<td>Jeremy Erickson</td>
<td>64-bit Issues</td>
</tr>
<tr>
<td>10/18/2010</td>
<td>Glenn Elliott</td>
<td>Device Drivers</td>
</tr>
<tr>
<td>10/11/2010</td>
<td>Guruprasad Aphale</td>
<td>Schedulers</td>
</tr>
<tr>
<td>10/04/2010</td>
<td>Andrea Bastoni</td>
<td>Tracing</td>
</tr>
<tr>
<td>10/04/2010</td>
<td>Christopher Kenna</td>
<td>Interrupts</td>
</tr>
<tr>
<td>09/27/2010</td>
<td>Glenn Elliott</td>
<td>Crash Recovery</td>
</tr>
<tr>
<td>09/27/2010</td>
<td>Jonathan Herman</td>
<td>Processes</td>
</tr>
<tr>
<td>09/20/2010</td>
<td>Bipasa Chattopadhyay</td>
<td><a href="lunch/2010-09-20-BIOS.ppt">BIOS</a></td>
</tr>
<tr>
<td>09/13/2010</td>
<td>Glenn Elliott</td>
<td><a href="lunch/2010-09-13-LitmusGFIFOTutorial.docx">G-FIFO Tutorial</a></td>
</tr>
<tr>
<td>08/29/2010</td>
<td>Glenn Elliott</td>
<td>Introduction to LITMUS<sup>RT</sup></td>
</tr>
</table>
<h2>Other Topics</h2>
<ul>
<li>Linkers and Loaders</li>
<li>Synchronization</li>
<li>POSIX</li>
<li>Timing Devices</li>
<li>Disk Scheduling (Guru)</li>
<li>EDF sched_deadline policy</li>
<li>Variations on Linux that call themselves Real-Time Linux</li>
<li>Packet Processing</li>
<li>Virtual Memory</li>
</ul>
</div>
</div>
<div id="footer">
<p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0</a> | Copyright © UNC | Based on a Design by Aaron Block</p>
</div>
</div>
</body>
</html>
|