MIT 6.S081 – Operating System Engineering
pdos.csail.mit.edu
MIT 6.S081 – Operating System Engineering
1–10 of 51 posts
Re: MIT 6.S081 – Operating System Engineering
#2Re: MIT 6.S081 – Operating System Engineering
#3Re: MIT 6.S081 – Operating System Engineering
#4I came across this course after going through the 6.824 from RTM last year and enjoying the hands on approach a lot! Teaching using the xv6 OS ( https://pdos.csail.mit.edu/6.828/2012/xv6.html ) is super valuable. I do not consider myself an expert in operating systems or C, but digging through the xv6 source code is quite fun, the code is easily readable and very newby friendly.
Re: MIT 6.S081 – Operating System Engineering
#5I still chuckle at another student's description of the class... "a crash course in enabling and disabling interrupts in order to prevent segfaults and pagefaults.
Re: MIT 6.S081 – Operating System Engineering
#6Re: MIT 6.S081 – Operating System Engineering
#7I came across this course after going through the 6.824 from RTM last year and enjoying the hands on approach a lot! Teaching using the xv6 OS ( https://pdos.csail.mit.edu/6.828/2012/xv6.html ) is super valuable. I do not consider myself an expert in operating systems or C, but digging through the xv6 source code is quite fun, the code is easily readable and very newby friendly.
https://pdos.csail.mit.edu/6.S081/2021/xv6/book-riscv-rev2.p...
So far, it is saying all the things that need to be said once, once, and very clearly.
Re: MIT 6.S081 – Operating System Engineering
#8I came across this course after going through the 6.824 from RTM last year and enjoying the hands on approach a lot! Teaching using the xv6 OS ( https://pdos.csail.mit.edu/6.828/2012/xv6.html ) is super valuable. I do not consider myself an expert in operating systems or C, but digging through the xv6 source code is quite fun, the code is easily readable and very newby friendly.
Re: MIT 6.S081 – Operating System Engineering
#9Re: MIT 6.S081 – Operating System Engineering
#10I'm not familiar with xv6, but I remember using Pintos for my undergraduate level Operating Systems course around a dozen years ago. I still chuckle at another student's description of the class... "a crash course in enabling and disabling interrupts in order to prevent segfaults and pagefaults.