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/)