Added LFS in OS

This commit is contained in:
Vipul Gupta 2018-05-13 20:13:13 +05:30 committed by GitHub
parent 2590af36ac
commit 99d7f82c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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