2
1

Added links for unit 1 and 2 notes

This commit is contained in:
K 2024-08-26 14:58:05 +05:30
parent 5b191bfadf
commit f78d48612c
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -6,6 +6,11 @@ This repository serves as a comprehensive resource for the Systems Programming a
## Index ## Index
### Notes
1. [Unit 1 - Introduction](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Notes/Unit%201%20-%20Introduction)
2. [Unit 2 - Macro Processor and Compilers](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Notes/Unit%202%20-%20Macro%20Processor%20and%20Compilers)
### Codes ### Codes
##### Group B ##### 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) 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)