Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogaprasadk/os_course_a_to_z
It is a repository of operating systems complete playlist with notes
https://github.com/yogaprasadk/os_course_a_to_z
bias boot operating-system roundrobinalgorithum scheduling
Last synced: about 1 month ago
JSON representation
It is a repository of operating systems complete playlist with notes
- Host: GitHub
- URL: https://github.com/yogaprasadk/os_course_a_to_z
- Owner: yogaprasadk
- Created: 2024-07-22T19:46:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T06:57:28.000Z (4 months ago)
- Last Synced: 2024-09-13T18:50:20.022Z (4 months ago)
- Topics: bias, boot, operating-system, roundrobinalgorithum, scheduling
- Homepage: https://drive.google.com/file/d/1OcFZwNqRkLGrT3E2UzV6pDHlIMqVeeHP/view
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction to Operating Systems Placements Course
What is an Operating System ?
Notes
Types Of operating System
Notes
Multi-Tasking vs Multi-Threading
Notes
Components of Operating System
Notes
System Calls in Operating System [Theory + Example + Hands-on Terminal]
Notes
How Operating System Boots up?
Notes
What is Booting? "How Computer Boots Up"
32 bit vs 64bit register
Notes
Comparison between different STORAGES used in Computer
Notes
How OS creates a PROCESS || Introduction to Process
Notes
What are different Process States in Operating System ?
Notes
Context Switching in OS | Medium Term Scheduler | Orphan/Zombie Process
Notes
What is Convoy Effect | FCFS CPU Scheduling Algorithm
Notes
Shortest Job First Algorithm | Priority Scheduling | Round Robin CPU Scheduling
Notes
Multi Level Queue Scheduling || MLFQ || Comparison btw CPU Scheduling Algorithms
Notes
What is Concurrency ? || Multi-Threading in C++ || Operating Systems Placement Series
Notes
Critical Section Problem || Race condition in OS
Notes
Conditional Variables & Semaphores to Synchronise Threads
NOtes
Producer Consumer Problem and its Solution || OS Placement Series
Reader-Writer Problem and its Solution || OS Placement Series
Notes
The Dining Philosophers Problem & its Solution
Notes
What is Deadlock
Notes
Deadlock Avoidance | Deadlock Detection and Recovery
Notes
Memory Management
Notes
Free Space Management
Notes
What is paging || Non-Contiguous Memory Allocation
Notes
What is Segmentation || Non-Contiguous Memory Allocation
Notes
What is Virtual Memory || Demand || page faults
Notes
Page Replacement Algorithm
Notes
WHat is trashing
Notes