Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.34 KB

File metadata and controls

28 lines (20 loc) · 1.34 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.

I am doing a course MSc CS - Sem I.

We have a subject by the topic CS-501-MJ: Advanced Operating System, this is our reference book.

I would like to thank our Teacher Mrs. Shabeena Khan and the entire department

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

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