From 99d7f82c6473fba736cd0b15e795228179757046 Mon Sep 17 00:00:00 2001 From: Vipul Gupta Date: Sun, 13 May 2018 20:13:13 +0530 Subject: [PATCH] Added LFS in OS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 859700c..92998f3 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,8 @@ * [**C**: *Hack the virtual memory*](https://blog.holbertonschool.com/hack-the-virtual-memory-c-strings-proc/) * [**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/) +* [**Shell**: *Building a Linux OS from scratch*](http://www.linuxfromscratch.org) + #### Build your own `Programming Language` * [**C**: *Crafting interpreters: A handbook for making programming languages*](http://www.craftinginterpreters.com/)