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

https://github.com/zannatul-naim/operating-systems-lab

CSE-3242 Operating Systems Lab
https://github.com/zannatul-naim/operating-systems-lab

c linux linux-kernel operating-system-learning operating-systems os

Last synced: 2 months ago
JSON representation

CSE-3242 Operating Systems Lab

Awesome Lists containing this project

README

          

# CSE 3242 Operating Systems Lab works

## Lists of some topics
- Different types of System Calls
- `fork()`
- `kill()`
- `execlp()`
- `read()`
- `write()`
- `wait()`
- `exit()`
- Parent Child Relationship
- Process ID
- Process Tree
- Zombie Process
- Orphan Process
- Threads
- Race Conditions
- Named and UnNamed Pipes
- File operations (READ/WRITE) system calls
- `get_priority()` and `set_priority()`
- Stack Smashing
- `set_cpu()` and `get_cpu()`
- Parent-Child message passing through pipe (Named & Unnamed)
- Message Passing (Chatroom) two different processes