From fa6fb51311b83f227bab0fc214401bcfeb4a63a7 Mon Sep 17 00:00:00 2001 From: FabriLluvia Date: Sun, 20 Oct 2024 14:20:10 -0500 Subject: [PATCH] Adding the YouTube playlist "Building an OS". Solves https://github.com/codecrafters-io/build-your-own-x/issues/918 Co-Authored-By: edy <76873747+edy131109@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d548a4c..6b8f737 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ It's a great way to learn. * [**Assembly**: _Writing a Tiny x86 Bootloader_](http://joebergeron.io/posts/post_two.html) * [**Assembly**: _Baking Pi – Operating Systems Development_](http://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/index.html) * [**C**: _Building a software and hardware stack for a simple computer from scratch_](https://www.youtube.com/watch?v=ZjwvMcP3Nf0&list=PLU94OURih-CiP4WxKSMt3UcwMSDM3aTtX) [video] +* [**C**: _Building an OS_](https://www.youtube.com/playlist?list=PLFjM7v6KGMpiH2G-kT781ByCNC_0pKpPN) * [**C**: _Operating Systems: From 0 to 1_](https://tuhdo.github.io/os01/) * [**C**: _The little book about OS development_](https://littleosbook.github.io/) * [**C**: _Roll your own toy UNIX-clone OS_](http://jamesmolloy.co.uk/tutorial_html/)