An open API service indexing awesome lists of open source software.

https://github.com/Aniruddha-Tapas/Operating-Systems-Notes

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

operating-system

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        


# :books: 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](https://www.udacity.com/course/introduction-to-operating-systems--ud923) 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](1-Overview.md)|
|[2: Processes and Process Management](2-Process-Management.md)|
|[3: Threads and Concurrency](3-Threads-and-Concurrency.md)|
|[4: Scheduling](4-Scheduling.md)|
|[5: Memory Management](5-Memory-Management.md)|
|[6: Inter-Process Communication](6-Inter-Process-Communication.md)|
|[7: Synchronization](7-Synchronization.md)|
|[8: I/O Management](8-IO-Management.md)|
|[9: Virtualization](9-Virtualization.md)|
|[10: Remote Procedure Calls](10-Remote-Procedure-Calls.md)|
|[11: Distributed File Systems](11-Distributed-File-Systems.md)|
|[12: Distributed Shared Memory](12-Distributed-Shared-Systems.md)|

## References :

* [Introduction to Operating Systems](https://www.udacity.com/course/introduction-to-operating-systems--ud923) course at Udacity.
* OS course at my undergraduate university.
* Operating System Concepts by Silberschatz, Galvin and Gagne, 9th Edition Textbook.


Contributions are most welcome! :)