Visual roadmap
How a computer starts (boot) - step by step
Think of booting like a relay race. Each part hands control to the next part until you get a usable system. Click a stage below to learn it with visuals and simple examples.
Hardware
Firmware (BIOS/UEFI)
Boot Loader
Kernel
Operating System
You (apps + login)
Start here
π₯οΈ
Operating System Basics
What an OS is and what it does
β‘οΈ
Firmware
π§
BIOS / UEFI
First code that runs after power-on
β‘οΈ
Security
π
TPM
Trust chip that helps protect keys
β‘οΈ
Loader
π
Boot Loader
Chooses OS and loads the kernel
β‘οΈ
Core
βοΈ
Kernel
Controls CPU, memory, devices, processes
Beginner rule
Every hard idea has 3 parts
- Text: short and simple explanation
- Visual: diagram you can click
- Example: a real world analogy
Quick analogy
Booting is like opening a shop
- β‘ Power: lights turn on
- π§ Firmware: checks locks + tools
- π Boot loader: chooses todayβs plan
- βοΈ Kernel: manager gives tasks
- π₯οΈ OS: staff + systems are running