From f78d48612c2a7374d6c882c5d50d4b2d336ed468 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 26 Aug 2024 14:58:05 +0530 Subject: [PATCH] Added links for unit 1 and 2 notes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a79d26d..c8e70fb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ This repository serves as a comprehensive resource for the Systems Programming a ## 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 ##### 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)