-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (198 loc) · 8.42 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!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">
<title>ops-class.org | Learn Operating Systems Online</title>
<meta name="description" lang="en-us" content="Hack the kernel! Learn operating systems online. Watch videos, complete assignments, and compete with other students.
">
<link rel="stylesheet" type="text/css" href="/css/site.css">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="/js/site.js" async></script>
</head>
<body>
<div class="container">
<nav class="navbar navbar-default navbar-fixed-top">
<a class="logo-fixed" href="/"><img src="/img/logos/ops-class.jpg" alt="ops-class.org logo"></a>
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse collapse">
<div class="row">
<div class="col-sm-6">
<ul class="nav navbar-nav left">
<li><a id="menu-slides" title="Lecture slides, notes, and videos." href="/slides/">lectures</a>
</li>
<li>
<a id="menu-exams" title="Exams to test your knowledge of OS concepts." href="/exams/">exams</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" id="menu-courses" title="Courses that have used ops-class.org" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">courses</a>
<ul class="dropdown-menu">
<li><a href="/courses/buffalo/CSE421_Spring2017">UB CSE 421/521 Spring 2017</a></li>
<li role="separator" class="divider"></li>
<li>
</li><li>
<a href="/courses/buffalo/CSE421_Spring2016">UB CSE 421/521 Spring 2016</a>
</li>
<li>
<a href="/courses/buffalo/CSE421_Spring2015">UB CSE 421/521 Spring 2015</a>
</li>
<li>
<a href="/courses/buffalo/CSE421_Spring2014">UB CSE 421/521 Spring 2014</a>
</li>
<li>
<a href="/courses/buffalo/CSE421_Spring2013">UB CSE 421/521 Spring 2013</a>
</li>
<li>
<a href="/courses/buffalo/CSE421_Spring2012">UB CSE 421/521 Spring 2012</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="col-sm-6">
<ul class="nav navbar-nav right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" id="menu-asst" title="Hack the kernel! OS/161-based operating system assignments." data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">assignments</a>
<ul class="dropdown-menu">
<li><a href="/asst/setup/">Setup</a></li>
<li><a href="/asst/0/">ASST0</a></li>
<li><a href="/asst/1/">ASST1</a></li>
<li><a href="/asst/2/">ASST2</a></li>
<li><a href="/asst/3/">ASST3</a></li>
<li role="separator" class="divider"></li>
<li><a href="/asst/overview/">Overview</a></li>
<li><a href="/asst/repos/">Repositories</a></li>
<li><a href="/man/">OS/161 man Pages</a></li>
</ul>
</li>
<li><a id="menu-test161" class="noexternal" title="test161 testing tool." href="https://github.com/ops-class/test161">test</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
<div id="content">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="jumbotron" style="background-image: url(/img/homepage/waterfall.jpg)">
<div style="background: rgb(255,255,255);
background: rgba(255,255,255,0.8);
border: 1px solid LightGrey;
border-radius: 10px;
padding:10px;">
<h1>Hack The Kernel</h1>
<p><a href="/"><code>ops-class.org</code></a> includes everything you need to learn
about operating systems online.
</p></div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="text-center">
<h2>Learn</h2>
</div>
<p>
<a href="/"><code>ops-class.org</code></a> includes
<a href="/slides/">slides</a>,
hundreds of hours of
<a href="https://www.youtube.com/channel/UCzntthQN6ZF01rRRWikcmmQ?sub_confirmation=1" target="_blank" class="external">
videotaped lectures</a>,
and <a href="/exams/">sample exams</a>: everything you need to
learn OS concepts online at your own pace.
</p>
</div>
<div class="col-sm-4">
<div class="text-center">
<h2>Hack</h2>
</div>
<p>
Challenging <a href="/asst/overview/">programming assignments</a>
give you the chance to implement your own OS.
Try your hand at the same assignments that
<a href="https://en.wikipedia.org/wiki/Mark_Zuckerberg" target="_blank" class="external">Mark Zuckerberg</a> struggled with!
</p>
</div>
<div class="col-sm-4">
<div class="text-center">
<h2>Compete</h2>
</div>
<p>Think your <a href="/asst/3/">VM system</a> is the fastest?
Find out!
Our <a class="noexternal" href="https://github.com/ops-class/test161">
<code>test161</code>
</a>
tool allows you to evaluate your solutions and compete with other students.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h1>Let's get started!</h1>
<p class="lead">
Watch the
<a href="/slides/2017-01-30-intro/">introductory lecture</a> or get
started on <a href="/asst/0/">ASST0</a>. Good luck, and have fun.
</p>
</div>
<div class="col-sm-6">
<h1>For instructors...</h1>
<p class="lead">
<a href="/"><code>ops-class.org</code></a> is available to support
your own OS course. <a href="mailto:prof@ops-class.org">Contact
us</a> for more details.
</p><p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container hidden-print">
<div class="row" style="margin-top: 10px; margin-bottom: 20px;">
<div class="col-xs-12">
<hr>
</div>
<div class="small col-xs-12 col-md-4 col-md-offset-4 text-center">
Created 2/17/2017 <br>
Updated 9/18/2020
</div>
<div class="small col-xs-12 col-md-4 text-center">
<a class="link_exception external" href="https://github.com/ops-class/www/commit/4eceaabe974b1900498251230a2fe4cffd0ff3d8" target="_blank">Commit <code>4eceaab</code></a>
//
<a class="link_exception external" href="https://github.com/ops-class/www/commits/master/src/index.html" target="_blank">History</a> //
<a class="link_exception external" href="https://github.com/ops-class/www/blob/master/src/index.html" target="_blank">View</a>
<br>
Built 9/18/2020 @ 11:03 EDT
</div>
</div>
</div>
</body></html>