Skip to content

Instantly share code, notes, and snippets.

View okobsamoht's full-sized avatar
🏠
Working from home

Thomas BOKO okobsamoht

🏠
Working from home
View GitHub Profile
@okobsamoht
okobsamoht / min-linux.md
Created July 9, 2024 08:32 — forked from bluedragon1221/min-linux.md
Create a minimal linux from scratch with initramfs and busybox.

https://www.youtube.com/watch?v=QlzoegSuIzg

The Three Parts

To build a minimal linux distro, we need three parts:

  1. The Kernel
  2. Userspace (busybox)
  3. Bootloader (syslinux)

When the system boots, it loads the kernel, which loads busybox.