Tag: Teaching
-
Selected Labs for CS350 courses in Binghamton University
TL; DR. This will be a series regarding labs I gave during the spring 2022 semester. The reason why I am writing this down is that it has been a week and no students have asked for the solution for the last Lab. I realize that the learning gap between students is huge, especially when…
-
Introduction to Xv6: how system call works
In this post, you will learn a few basic concepts of xv6. The learning path will be closely coupled with the first project assignment I gave when I assisted in teaching OS classes.Understanding system calls and knowing how to implement a simple one will be covered in the first half.In the second half of this…