Skip to content
Low-Level Atlas IIKnowledge Atlas
Atlas Home

Entry Layer

Low-Level Index Start Here Must Know

Learning Path

00Orientation
Phase page
01Warm-up Builds3
Phase page
Shell from Scratch1
Overview
malloc from Scratch1
Overview
Regex Engine from Scratch1
Overview
02Data & Serialization1
Phase page
Mini Git1
Overview
03Networked Systems1
Phase page
HTTP Server from Scratch1
Overview
04Concurrency & Performance II1
Phase page
Concurrency in Practice1
Overview
05The Database Engine2
Phase page
KV Store & Durability1
Overview
Relational Layer & Query Engine1
Overview
★Always Active1
Phase page
Craftsmanship Low-Level II1
Overview

Reference System

Registries1
Reference Registry
updated · 2026-07-19v0.1
⌘K
ENES
GitHub
Home/Low-Level/Phase 00 · Orientation
phase~1 min readUpdated 2026-06-30#phase#orientation

Phase 00 · Orientation

This atlas assumes Low-Level Atlas I is done. It is organized as a build queue across six phases, each one a real system in C — not a set of fundamentals to read about.

Read Next

  • Start Here
  • Must Know
  • Full Index

Related notes

Low-LevelMust KnowThe load-bearing ideas of this atlas, and where each one lives.Low-LevelPhase 01 · Warm-up BuildsShort, self-contained builds that put Atlas I's fundamentals to work.Low-LevelPhase 02 · Data & SerializationContent-addressed storage and binary serialization, with a result you'll actually use.Low-LevelPhase 03 · Networked SystemsA real HTTP/1.1 server from raw sockets — the entry point into networked systems.

On This Page

Read Next Back to top