eugeneyan / eugeneyan-comments

1 stars 1 forks source link

https://eugeneyan.com/writing/omscs-cs6200-introduction-to-operating-systems/ #30

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

OMSCS CS6200 (Introduction to OS) Review and Tips

OMSCS CS6200 (Introduction to OS) - Moving data from one process to another, multi-threaded.

https://eugeneyan.com/writing/omscs-cs6200-introduction-to-operating-systems/

thejasonlee commented 3 years ago

Great write up! Thank you! I find most writers ups about OMSCS courses to lack detail about the actual course projects/assignments. Your post helps me understand if I know enough C to give it a go.

eugeneyan commented 3 years ago

Thanks for the kind words Jason! I'm glad you found the depth of detail helpful. Regardless of whether you know enough C, I highly recommend Introduction to OS. It was super fun and everyone learnt a lot.

larboyer commented 2 years ago

Thanks for your excellent writeup, eugeneyan. I'm about to take the course, but I've done some work with pthreads, shared mem, sockets, and c/c++ in the past, and I agree, this all seems like it will be a fascinating study of low-level O/S fundamentals. I'm looking forward to a more comprehensive study of these topics, as well as some fun projects. Thanks again.