From baa83966b9df41a4b76c822638945144e5a7822e Mon Sep 17 00:00:00 2001 From: Kshitij Date: Fri, 27 Sep 2024 21:18:52 +0530 Subject: [PATCH] added links for write ups and moved things around --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dc3e9e0..1128575 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,48 @@ This repository serves as a comprehensive resource for the Systems Programming a 5. [Unit 5 - Synchronization and Concurrency Control] 6. [Unit 6 - Memory Management] -### Handouts -1. [Handout-A1](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Handouts/Handout-A1.pdf) -2. [Handout-A2](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Handouts/Handout-A2.pdf) -3. [Handout-A3](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Handouts/Handout-A3.pdf) -4. [Handout-B4](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Handouts/Handout-B4.pdf) -5. [Handout-B5](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Handouts/Handout-B5.pdf) -6. [Handout-B6](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Handouts/Handout-B6.pdf) -7. [Handout-B7](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Handouts/Handout-B7.pdf) +### Assignments + +#### Common +> [!NOTE] +> These assignments are for both, X and Y group. + +##### Assignment A3 + +- [Handout-A3](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/Common%20%28both%20X%20and%20Y%20group%29/Assignment-A3/Handout-A3.pdf) +- [Write-up - A3](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/Common%20%28both%20X%20and%20Y%20group%29/Assignment-A3/Write-up%20-%20A3.pdf) + +##### Assignment B5 +- [Handout-B5](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/Common%20%28both%20X%20and%20Y%20group%29/Assignment-B5/Handout-B5.pdf) +- [Write-up - B5](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/Common%20%28both%20X%20and%20Y%20group%29/Assignment-B5/Write-up%20-%20B5.pdf) + +##### Assignment B6 +- [Handout-B6](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/Common%20%28both%20X%20and%20Y%20group%29/Assignment-B6/Handout-B6.pdf) +- [Write-up - B6](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/Common%20%28both%20X%20and%20Y%20group%29/Assignment-B6/Write-up%20-%20B6.pdf) + +#### Group-X +> [!NOTE] +> These assignments are only for group X. + +##### Assignment A1 +- [Handout-A1](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/X-Group/Assignment-A1/Handout-A1.pdf) +- [Write-up - A1]() // WILL BE ADDED SOON + +##### Assignment B4 +- [Handout-B4](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/X-Group/Assignment-B4/Handout-B4.pdf) +- [Write-up - B4]() // WILL BE ADDED SOON + +#### Group-Y +> [!NOTE] +> These assignments are only for group Y. + +##### Assignment A2 +- [Handout-A2](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/Y-Group/Assignment-A2/Handout-A2.pdf) +- [Write-up - A2]() // WILL BE ADDED SOON + +##### Assignment B7 +- [Handout-B7](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/Y-Group/Assignment-B7/Handout-B7.pdf) +- [Write-up - B7](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Assignments/Y-Group/Assignment-B7/Write-up%20-%20B7.pdf) ### Question Papers - [IN-SEM](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Question%20Papers/IN-SEM)