From 58a6eafedb68d13e43fb2443eade089cab15109c Mon Sep 17 00:00:00 2001
From: webbrain-one <295484252+webbrain-one@users.noreply.github.com>
Date: Sun, 9 Aug 2026 04:29:19 +0300
Subject: [PATCH] docs: improve README
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cb8e5e4..fb7c999 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+
+
## Operating System Design and Implementation Notes
@@ -26,7 +28,7 @@
**2. [Interprocess Communication](https://github.com/Angold-4/OSDI/blob/master/Chapter/Chapter2/2Communication.md)
**
**3. [Semaphore and IPC Problems](https://github.com/Angold-4/OSDI/blob/master/Chapter/Chapter2/3Semaphore.md)
**
**4. [Inside a Whole Clock Tick](https://github.com/Angold-4/OSDI/blob/master/Chapter/Chapter2/4ClockTick.md)
**
- **5. [Process Scheduler](https://github.com/Angoldj4/OSDI/blob/master/Chapter/Chapter2/5Scheduler.md)
**
+ **5. [Process Scheduler](https://github.com/Angold-4/OSDI/blob/master/Chapter/Chapter2/5Scheduler.md)
**
**6. [Interrupt](https://github.com/Angold-4/OSDI/blob/master/Chapter/Chapter2/6Interrupt.md)
**
**7. [System Task](https://github.com/Angold-4/OSDI/blob/master/Chapter/Chapter2/7Systask.md)
**
**8. [Problems for Chapter 2](https://github.com/Angold-4/OSDI/blob/master/Chapter/Chapter2/8Problems.md)
**