-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (155 loc) · 6.66 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
<!doctype html>
<html>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width initial-scale=1'>
<title>Arch Course Description</title>
<link href='https://fonts.loli.net/css?family=PT+Serif:400,400italic,700,700italic&subset=latin,cyrillic-ext,cyrillic,latin-ext'
rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body class='typora-export'>
<div id='write' class='is-node'>
<div style="width:100px; position:absolute; left:-20px">
<img src='fudan.svg'/>
</div>
<div style="width:100px; position:absolute; right:-20px;">
<img src='logo-rev.png'/>
</div>
<h2><a name='header-n12' class='md-header-anchor '></a>
<center>Introduction to Computer System II</center>
</h2>
<h3><a name='header-n94' class='md-header-anchor '></a>
<center>Fudan University / 2020 Spring</center>
</h3>
<center><a href='https://sunfloweraries.github.io/ICS-Spring20-Fudan/'>[homepage]</a> <a href='https://github.com/SunflowerAries/ICS-Spring20-Fudan/'>[coursework]</a></center>
<p>
This course is the second part of a full year's course on computer system, and in this semester, the course is splited into two parts,
the first part teaches you about the architecture of the computing hardware, and the second part touches the software that runs directly
on top of the hardware, i.e. the operating system.
</p>
<h4><a name='header-n90' class='md-header-anchor '></a>Logistics</h4>
<p>
Part I: Architecture
</p>
<ul>
<li>Instructor: Chen Chen (<a href='http://www.cs.fudan.edu.cn/?page_id=2918'>@陈辰</a>)</li>
<li>Teaching Assistants: Xiang Luo (<a href='https://github.com/SunflowerAries'>@SunflowerAries</a>), Yijun Ma (<a href='https://github.com/jasha64'>@jasha64</a>), Haibin Zhang (<a href='https://github.com/gkzhb'>@gkzhb</a>)</li>
<li>Grading: 4 assignments with a total 100% weight</li>
</ul>
<p>
Part II: Introductory Operating System
<br>
Note: this part is still in preparation, detailed information will be released in the near future, and the course will start from the 8th week.
</p>
<ul>
<li>Instructor: Liang Zhang (<a href='http://homepage.fudan.edu.cn/lzhang/'>@张亮</a>)</li>
<li>Teaching Assistants: Zhifeng Hu (<a href='https://zfhu.ac.cn'>@胡志峰</a>), Junyi Yang (<a href='https://github.com/rebelice/'>@rebelice</a>)</li>
<li>Grading: To be decided</li>
</ul>
<h4><a name='header-n85' class='md-header-anchor '></a>Syllabus</h4>
<figure>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;border:none;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;}
.tg .tg-9wq8{border-color:inherit;text-align:center;vertical-align:middle}
.tg .tg-uzvj{font-weight:bold;border-color:inherit;text-align:center;vertical-align:middle}
</style>
<table class="tg">
<tr>
<th class="tg-uzvj"><span style="font-weight:700">DATE</span></th>
<th class="tg-uzvj">COURSE</th>
<th class="tg-uzvj">NOTE</th>
</tr>
<tr>
<td class="tg-9wq8">Mar 2</td>
<td class="tg-9wq8">Course Introduction<br>MIPS Single-Cycle Processor Implementation</td>
<td class="tg-9wq8"><a href='assignment-1/index.html'><p style="color:blue">Assignment 1 Released</p></a></td>
</tr>
<tr>
<td class="tg-9wq8">Mar 9</td>
<td class="tg-9wq8">MIPS Pipeline Processor Implementation</td>
<td class="tg-9wq8"><a href='assignment-2/index.html'><p style="color:blue">Assignment 2 Released</p></a></td>
</tr>
<tr>
<td class="tg-9wq8">Mar 16</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
</tr>
<tr>
<td class="tg-9wq8">Mar 23</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
</tr>
<tr>
<td class="tg-9wq8">Mar 30</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
</tr>
<tr>
<td class="tg-9wq8">Apr 6</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"><p style="color:red">Assignment 1 Due</p><a href='assignment-3(I)/index.html'><p style="color:blue">Assignment 3 (Part I) Released</p></a></td>
</tr>
<tr>
<td class="tg-9wq8">Apr 13</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
</tr>
<tr>
<td class="tg-9wq8">Apr 20</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
</tr>
<tr>
<td class="tg-9wq8">Apr 27</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"><p style="color:red">Assignment 2 Due</p></td>
</tr>
<tr>
<td class="tg-9wq8">May 4</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"><a href='assignment-3(II)/index.html'><p style="color:blue">Assignment 3 (Part II) Released</p></a></td>
</tr>
<tr>
<td class="tg-9wq8">May 11</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"><p style="color:red">Assignment 3 (Part I) Due</p></td>
</tr>
<tr>
<td class="tg-9wq8">May 18</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"><p style="color:red"></p></td>
</tr>
<tr>
<td class="tg-9wq8">May 25</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
</tr>
<tr>
<td class="tg-9wq8">Jun 1</td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"><p style="color:red">Assignment 3 (Part II) Due</p></td>
</tr>
<tr>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
</tr>
<tr>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
</tr>
<tr>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
<td class="tg-9wq8"></td>
</tr>
</table>
</figure>
<p> </p>
</div>
</body>
</html>