From 0bea81df3a3877a4f9f07426bfcb3c1f869505f4 Mon Sep 17 00:00:00 2001 From: David Adi Nugroho Date: Sat, 17 Dec 2022 17:20:55 +0700 Subject: [PATCH] Add linux from scratch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 305da82..27f11c7 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ It's a great way to learn. * [**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/) +* [**(any)**: Linux from scratch v11.2](https://linuxfromscratch.org/lfs/downloads/stable/LFS-BOOK-11.2.pdf) #### Build your own `Physics Engine`