Add "Making Simple Linux Distro from Scratch", "Making Simple Graphical Linux Distro from Scratch" and "Making Minimal Linux Distro with Buildroot".

Solves https://github.com/codecrafters-io/build-your-own-x/issues/780
This commit is contained in:
FabriLluvia 2024-10-21 09:36:52 -05:00 committed by GitHub
parent fa6fb51311
commit decb4a3e7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -267,6 +267,9 @@ It's a great way to learn.
* [**C**: _Kernel 201 Lets write a Kernel with keyboard and screen support_](https://arjunsreedharan.org/post/99370248137/kernel-201-lets-write-a-kernel-with-keyboard)
* [**C**: _Build a minimal multi-tasking kernel for ARM from scratch_](https://github.com/jserv/mini-arm-os)
* [**C**: _How to create an OS from scratch_](https://github.com/cfenollosa/os-tutorial)
* [**any**: Making Minimal Linux Distro with Buildroot ](https://www.youtube.com/watch?v=ey3sKdOmPa8)
* [**any**: Making Simple Linux Distro from Scratch ](https://www.youtube.com/watch?v=QlzoegSuIzg)
* [**any**: Making Simple Graphical Linux Distro from Scratch ](https://www.youtube.com/watch?v=guSDz5Iwgw0)
* [**C**: _Malloc tutorial_](https://danluu.com/malloc-tutorial/)
* [**C**: _Hack the virtual memory_](https://blog.holbertonschool.com/hack-the-virtual-memory-c-strings-proc/)
* [**C**: _Learning operating system development using Linux kernel and Raspberry Pi_](https://github.com/s-matyukevich/raspberry-pi-os)