From decb4a3e7d919cb311e9e003928105935a5516c3 Mon Sep 17 00:00:00 2001 From: FabriLluvia Date: Mon, 21 Oct 2024 09:36:52 -0500 Subject: [PATCH] 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 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6b8f737..3ea7843 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,9 @@ It's a great way to learn. * [**C**: _Kernel 201 – Let’s 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)