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

https://github.com/nandahkrishna/oslab

Programs for the Operating Systems Lab in Semester 4
https://github.com/nandahkrishna/oslab

allocation bash c c-programming deadlock file-allocation file-organization interprocess-communication multithreading operating-systems os paging scheduling shell-scripts

Last synced: 2 months ago
JSON representation

Programs for the Operating Systems Lab in Semester 4

Awesome Lists containing this project

README

          

# Operating Systems Lab
Programs for the Operating Systems Lab in Semester 4, shell scripts and C.
## Exercises
1. System Commands

2. System Calls and Programs

3. Implementation of System Commands (ls, cp, grep, head, tail, nl, wc)

4. Shell Programs

5. Scheduling Algorithms

6. Inter-Process Communication

7. Producer Consumer Problem using Semaphores

8. Banker's Algorithm

9. Deadlock Detection

10. Memory Allocation Techniques

11. Paging Implementation

12. Page Replacement Algorithms

13. Threading

14. File Allocation Techniques

15. File Organization Techniques