• Stars
    star
    434
  • Rank 98,171 (Top 2 %)
  • Language
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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