2
1
This repository serves as a comprehensive resource for the Systems Programming and Operating Systems (SPOS) course under the 2019 SPPU syllabus. It includes materials such as codes, lecture notes, assignments and question papers covering key topics like system software analysis, data structures, process scheduling, memory management, and the implementation of IoT and HCI applications. This repository holds essential tool for mastering the concepts of systems programming and operating systems.
Go to file
Kshitij d9e00c6225
Updated README
- Added description
- Place holder for notes
- Links for all question papers (along with photocopy)
2024-08-21 01:48:18 +05:30
Codes/Group B/Assignment - 5 added priority and round robin. code engineered by Ayush Kalaskar. 2024-07-30 12:43:45 +05:30
Question Papers Added question papers (insem+endsem) and sample photocopy (endsem) 2024-08-21 01:45:07 +05:30
README.md Updated README 2024-08-21 01:48:18 +05:30

Systems Programming and Operating System (SPOS)

This repository serves as a comprehensive resource for the Systems Programming and Operating Systems (SPOS) course under the 2019 SPPU syllabus. It includes materials such as codes, lecture notes, assignments and question papers covering key topics like system software analysis, data structures, process scheduling, memory management, and the implementation of IoT and HCI applications. This repository holds essential tool for mastering the concepts of systems programming and operating systems.


Index

Codes

Group B
  1. CPU Scheduling Algorithms: FCFS, SJF (Preemptive), Priority (Non-Preemptive) and Round Robin (Preemptive)

Notes

  1. [Unit 1 - Introduction]
  2. [Unit 2 - Macro Processor and Compilers]
  3. [Unit 3 - Linkers and Loaders]
  4. [Unit 4 - Operating System]
  5. [Unit 5 - Synchronization and Concurrency Control]
  6. [Unit 6 - Memory Management]

Question Papers

Sample Photocopy (END-SEM)

Sample IN-SEM Unit Test Paper