| File | Description | Status |
|---|---|---|
| Basics | OS Fundamentals | β Done |
| Feature | Process | Thread | |βββ|βββ|βββ| | Memory | Separate | Shared | | Creation | Heavy | Light | | Communication | IPC needed | Direct | | Crash Effect | Isolated | Affects all threads |
New β Ready β Running β Terminated
β β
Waiting
| Algorithm | Description | |ββββ|ββββ-| | FCFS | First Come First Serve | | SJF | Shortest Job First | | Round Robin | Time quantum based | | Priority | Based on priority value |
/
βββ bin/ # Essential binaries
βββ etc/ # Configuration files
βββ home/ # User directories
βββ var/ # Variable data
βββ tmp/ # Temporary files
Last Updated: March 2026