shriharshpatil23 / Maurice-Bach-Notes

Notes on the classic book: The Design of the UNIX Operating System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! :)

About

Notes on the classic book: The Design of the UNIX Operating System