Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.17 KB

Notes on "The Design of the UNIX Operating System"

These are my notes on the classic operating systems book: The Design of the UNIX Operating System by Maurice J. Bach.

Contents

  1. General Overview of the System
  2. Introduction to the Kernel
  3. The Buffer Cache
  4. Internal Representation of Files
  5. System Calls for the File System
  6. The Structure of Processes
  7. Process Control
  8. Process Scheduling and Time
  9. Memory Management Policies
  10. The I/O Subsystem
  11. Interprocess Communication
  12. Multiprocessor Systems
  13. Distributed UNIX Systems

I read this book in a course taught by Dr. Vijay Gokhale.

If you feel that corrections are required, feel free to create a PR! :)