From be3d00a27d53d87d3cfb199815688cd169b81e36 Mon Sep 17 00:00:00 2001
From: "Rocky D. Pulley" <rockytriton@yahoo.com>
Date: Wed, 12 May 2021 09:26:39 -0500
Subject: [PATCH] Added link on developing an OS using the linux kernel

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 19d3ea7..1024b3c 100644
--- a/README.md
+++ b/README.md
@@ -253,6 +253,7 @@
 * [**C**: _Hack the virtual memory_](https://blog.holbertonschool.com/hack-the-virtual-memory-c-strings-proc/)
 * [**C**: _Learning operating system development using Linux kernel and Raspberry Pi_](https://github.com/s-matyukevich/raspberry-pi-os)
 * [**C**: _Operating systems development for Dummies_](https://medium.com/@lduck11007/operating-systems-development-for-dummies-3d4d786e8ac)
+* [**C**:  OS Development using the Linux Kernel ](https://www.youtube.com/watch?v=7yE_WafMOVI&list=PLVxiWMqQvhg8ZisiOBLAVkhLOYCkzTst0)
 * [**C++**: _Write your own Operating System_](https://www.youtube.com/playlist?list=PLHh55M_Kq4OApWScZyPl5HhgsTJS9MZ6M) [video]
 * [**C++**: _Writing a Bootloader_](http://3zanders.co.uk/2017/10/13/writing-a-bootloader/)
 * [**Rust**: _Writing an OS in Rust_](https://os.phil-opp.com/)