Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 663 Bytes

File metadata and controls

34 lines (29 loc) · 663 Bytes

🏠 Home

Operating System Notes

Approx Syllabus

  1. OS Basic Introduction
    • Tyepes of OS
    • Process Stages
    • System Calls
  2. Process Scheduling
    • FIFO
    • SJF
    • PR
    • Round Robin
  3. Process Synchronization
  4. Deadlock & Threads
  5. Memory Management
    • Virtual Memory
    • Paging
    • Segmentation
    • Fragmentation
    • Page Replacements Algorithms
  6. Disk Scheduling
    • SCAN
    • CSCAN
    • FCFS
  7. Unix Commands
  8. File Management & Security

Index

  1. OS Introduction
  2. []