-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
71 lines (54 loc) · 2.22 KB
/
index.html
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
---
title: Caffeinated 6.828
permalink: /index.html
---
<div class="jumbotron">
<h1>Caffeinated 6.828</h1>
<p>Caffeinated 6.828 is a fast-paced whirlwind introduction to operating
systems, aimed at conveying the essentials of 6.828 during an IAP
term.</p>
</div>
<div class="row">
<div class="col-md-7">
<h2>Welcome!</h2>
<p class="lead">We (a group of 6.828 alumni) are offering this class for those
students who were unable to take it this past fall. Caffeinated 6.828
will cover most of the JOS labs from a regular 6.828 term. For more
details on the course content and who should take this class, please
read the <a href="overview">overview</a>.</p>
<p class="lead">Lectures are Tuesdays and Thursdays, 7-9 PM, in 37-212.
See the <a href="schedule">course schedule</a> for more details.</p>
</div>
<div class="col-md-5">
<h2>Announcements</h2>
<dl>
<dt>25 Jan</dt>
<dd><a href="lab/lab5">Lab 5</a> has been released.</dd>
<dt>20 Jan</dt>
<dd><a href="lab/lab4">Lab 4</a> has been released.</dd>
<dt>12 Jan</dt>
<dd><a href="lab/lab3">Lab 3</a> has been released.</dd>
<dd>Lab 1 grades are available on the <a href="https://exokernel.scripts.mit.edu/submit/">submission site</a>.</dd>
<dt>10 Jan</dt>
<dd><a href="lab/lab2">Lab 2</a> has been released.</dd>
<dd><a href="overview/#office-hours">Office hours</a> have been finalized.</dd>
<dt>6 Jan</dt>
<dd><a href="lab/lab1">Lab 1</a> has been released.</dd>
<dt>4 Jan</dt>
<dd>The <a href="https://exokernel.scripts.mit.edu/submit/">submission site</a> is up. We're also using <a id="piazza_link" href="https://piazza.com/mit/other/6s184/home">Piazza</a> for questions and answers.</dd>
<script>
var n_zs = 2 + Math.floor(Math.random() * 8);
document.getElementById("piazza_link").innerHTML = "Pia" + (new Array(n_zs + 1).join("z")) + "a";
</script>
<dt>1 Jan</dt>
<dd>To make sure we're on schedule for the first week, please complete
the <a href="lab/shell">shell exercise</a> and submit it <strong>before
the first lecture</strong>.</dd>
</dl>
</div>
</div>
<p>Caffeinated 6.828 is co-sponsored by <a
href="http://sipb.mit.edu/">SIPB</a> and <a
href="http://www.eecs.mit.edu">EECS</a>. For questions or comments,
please contact <a
href="mailto:[email protected]">[email protected]</a>.</p>