🗒️ Ben's Notes

CS 162: Operating Systems

CS162 Notes #

Here are my notes for the Fall 2021 offering of CS162, Berkeley’s OS course, based on Anderson and Dahlin’s textbook “Operating Systems: Principles and Practice”.

Table of Contents #

How to contribute #

See the contributing guide

for more details!

You might notice that some sections are empty (specifically, buffer management policies in Caching

and most of Synchronization

Chapter 5: Synchronization

Race Conditions and Locks If two independent threads need to modify and read the same values, there could be multiple outputs...

11/19/2023

). Any contributions for these sections would be greatly appreciated!!

Credits #