1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-12 10:04:26 +02:00

Update LFS link

This commit is contained in:
David Adi Nugroho
2022-12-19 17:20:01 +07:00
committed by GitHub
parent 0bea81df3a
commit 69be78cf70

View File

@@ -260,7 +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)
* [**(any)**: Linux from scratch](https://linuxfromscratch.org/lfs)
#### Build your own `Physics Engine`