Skip to content

Instantly share code, notes, and snippets.

View bluedragon1221's full-sized avatar
🌐
Immutable

Collin Williams bluedragon1221

🌐
Immutable
View GitHub Profile
@bluedragon1221
bluedragon1221 / min-linux.md
Created January 17, 2024 17:57
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.