forked from bessxu/stat612
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index-old.html
99 lines (82 loc) · 3.24 KB
/
index-old.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Course website for CSE 421/521: Operating Systems">
<meta name="author" content="Karthik Dantu">
<title>University at Buffalo CSE 421/521: Operating Systems</title>
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<!-- Google fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<a href="https://github.com/droneslab/cse421">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<div id="header">
<h1 align=center>CSE 421/521: Operating Systems</h1>
</div>
<div style="clear:both;"></div>
</div>
<div class="sechighlight">
<div class="container sec">
<h2>Course Notes and Assignments</h2>
<i>Fall 2017<br> Tuesday, Thursday 11:00 - 12:20 <br> Norton 112<br><br></i>
<b>Instructor</b>: Karthik Dantu<br>
<b>E-mail</b>: [email protected]<br>
<b>Office Hours</b>: Wednesdays 3:00-5:00, Davis 331 <br>
<b>Teaching Assistants</b>: TBD <br>
<b>TA Session</b>: TBD <br>
</div>
<div class="container sec">
<b> Textbook</b>: None. Please follow class slides as well as recommended reading. <br>
<b> Recommended books</b>: <a href="http://ospp.cs.washington.edu/"> Operating Systems: Principles and Practice </a>, Thomas Anderson and Michael Dahlin, Recursive Books. <br>
<b> Syllabus</b>: <a href="syllabus.pdf"> CSE 421/521 Syllabus </a><br>
<b> Discussion board</b>: <a href="https://piazza.com/buffalo/fall2017/cse421521/home"> Piazza link for the course</a> <br>
</div>
</div>
<div class="container sec">
<table class="table">
<tr class="active">
<th>Date</th><th>Description</th><th>Resources</th><th>References</th>
</tr>
<tr>
<td>2017-08-28</td>
<td>Course Introduction</td>
<td>
<b>[<a href="lectures/intro.pdf">slides</a>]</b><br>
<b>[<a href="assignments/pa0.pdf">Programming Assignment#0</a>]</b>
</td>
<td>
<!--
<ul>
<li>Introduction to CSE 421/521. </li>
</ul>
-->
</td>
</tr
<tr>
<td>2017-08-28</td>
<td>OS History and OS Structures</td>
<td>
<b>[<a href="lectures/history.pdf">slides</a>]</b><br>
</td>
<td>
<!--
<ul>
<li>Introduction to CSE 421/521. </li>
</ul>
-->
</td>
</tr>
</table>
</div>
<!-- jQuery and Boostrap -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>