From d3a69dc674963033221aa8336e5232b9b9713b3a Mon Sep 17 00:00:00 2001 From: Raveenan Date: Thu, 10 Sep 2020 21:23:29 +0200 Subject: [PATCH] Simple Cooperative scheduler link updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f1368..95a52e2 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ Table of content * [JamesM's kernel development tutorials](http://www.jamesmolloy.co.uk/tutorial_html/) * [Bare Bones](https://wiki.osdev.org/Bare_Bones) - a simple kernel for 32-bit x86 and boot it. * [Operating System Development Series](http://www.brokenthorn.com/Resources/OSDevIndex.html) -* [7 Steps to Writing a Simple Cooperative Scheduler](https://www.edn.com/electronics-blogs/embedded-basics/4434440/1/7-Steps-to-%20Writing-a-Simple-Cooperative-Scheduler) +* [7 Steps to Writing a Simple Cooperative Scheduler](https://www.edn.com/7-steps-to-writing-a-simple-cooperative-scheduler/) * [A simple OS kernel for research, teaching, and fun](https://github.com/dthain/basekernel) * [Operating Systems C Term 2018](https://github.com/Mcdonoughd/CS3013)