diwas-prog / Operating-Systems-Notes

:books: Compendium of all the important OS concepts and key points. https://applied-programming.github.io/Operating-Systems-Notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


📚 Operating Systems Notes

This repository contains documentation regarding all the important OS concepts and notes taken down by me while undertaking the Operating Systems course at my undergraduate school and also the Introduction to Operating Systems course at Udacity. The repo contains summarized information and key points regarding the main OS concepts.

You can use these notes as references to quickly revise the basic fundamentals of Operating Systems.


The notes cover the following concepts:

Operating System Concepts:
1: Operating Systems Overview
2: Processes and Process Management
3: Threads and Concurrency
4: Scheduling
5: Memory Management
6: Inter-Process Communication
7: Synchronization
8: I/O Management
9: Virtualization
10: Remote Procedure Calls
11: Distributed File Systems
12: Distributed Shared Memory

References :

  • Introduction to Operating Systems course at Udacity.
  • OS course at my undergraduate university.
  • Operating System Concepts by Silberschatz, Galvin and Gagne, 9th Edition Textbook.

Contributions are most welcome! :)


About

:books: Compendium of all the important OS concepts and key points. https://applied-programming.github.io/Operating-Systems-Notes/