..
EOF
COMP9201 Operating Systems 16s1
来unsw的第一个学期,选了四门课,
分别用四篇日志记录每门课程的心路历程。
这篇日志写的是 COMP9201 Operating Systems
Write down your experience about this course in this url:
http://www.unsw.co/rango/category/operating-systems/
2016/02/25
今天是开学前的最后一周了,抓紧时间看了看的course outline
- 课程主页: http://cgi.cse.unsw.edu.au/~cs3231/intro.php
唯一的感受就是被详细的课程描述震惊了, 无论是课程内容和assessment的细节都讲的好清楚,
但当我看到这个survey的时候,也明白为什么学长推荐说这门课是unsw cs最好的课。
这是各年老师做的survey:http://cgi.cse.unsw.edu.au/~cs3231/surveys.html
点开看有近十年来每届学生做的细致到恐怖的调查,
重点是professor还认真整理给了各种反馈。
截两张图感受一下(点击查看大图)、
真的好佩服这个老师,用学生的反馈来不断的让这门课变得完美,应该是个特别好的老师,期待ing~。 - 之后看到了这个。Students are also assumed to be competent in
the C programming language. More specifically, students should
understand pointers, function pointers, memory
allocation (malloc()), and be comfortable navigating around an
existing code base.
用这两天的时间复习一下c语言的知识,加油~~
2016/03/10
week2.. 有点后悔选这门课了,真的好难,主要自己对底层本来也不擅长。
2016/03/12
终于把warmup的assignment写完了,当看到Hello World的时候还是和好激动的。
虽然改的代码只有一个地方(老师真的是太险恶了。。)
但在这个过程中,我学会了OS/161环境的搭建和安装,svn的使用,GDB调bug
虽然是一个难度为零的作业,对于我来说好艰辛,作业真的设计的太棒了。。
excited.
2016/03/16
week3,好难,有时候真的不懂老师上课在说什么,今天讲并发和同步的时候还能勉强懂一些。
抓紧时间开始第一个assignment了,感觉有点艰难。
2016/04/14
week6 now..
After struggling for 3 days and nights, I finally solve the q3 of assign1…
I should spend more time in understanding the semophore of P and V.