From 8041ccb73754ee85eaa96631ad1365ab38975b5b Mon Sep 17 00:00:00 2001 From: Kshitij Date: Wed, 21 Aug 2024 01:46:14 +0530 Subject: [PATCH] Updated README - Added description - Place holder for notes - Links for all question papers (along with photocopy) --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a7216b..4304759 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # 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 5. [CPU Scheduling Algorithms: FCFS, SJF (Preemptive), Priority (Non-Preemptive) and Round Robin (Preemptive)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20B/Assignment%20-%205) - [FCFS (Non-Preemptive)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20B/Assignment%20-%205/FCFS%20%28Non-Preemptive%29.cpp) @@ -13,8 +14,19 @@ - [Priorty (Non-Preemptive)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20B/Assignment%20-%205/Priority%20%28Non-Preemptive%29.cpp) - [Round Robin (Preemptive)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20B/Assignment%20-%205/Round%20Robin%20%28Preemptive%29..cpp) -### Question Papers +### 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 +- [IN-SEM](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Question%20Papers/IN-SEM) +- [END-SEM](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Question%20Papers/END-SEM) + +> [Sample Photocopy (END-SEM)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Question%20Papers/SPOS%20-%20Sample%20Photocopy%20-%20END-SEM%20%282019%20Pattern%29.pdf) > [Sample IN-SEM Unit Test Paper](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Question%20Papers/SPOS%20-%20Unit%20Test%20Sample%20Paper%20%28IN-SEM%2C%202019%20Pattern%29.pdf) ---