From 14337c11c02393fd26a63fd0271422f74e530a53 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Tue, 22 May 2018 17:52:08 +0200 Subject: [PATCH] Add tutorial #123 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84f48ac..2552594 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ * [**C**: _How to create an OS from scratch_](https://github.com/cfenollosa/os-tutorial) * [**C**: _Malloc tutorial_](https://danluu.com/malloc-tutorial/) * [**C**: _Hack the virtual memory_](https://blog.holbertonschool.com/hack-the-virtual-memory-c-strings-proc/) +* [**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/first-edition/)