diff --git a/btc-quickstart.md b/btc-quickstart.md index 62a7e61..fcdefb6 100755 --- a/btc-quickstart.md +++ b/btc-quickstart.md @@ -19,7 +19,7 @@ executes in four phases: available RAM to prevent LTO thrashing. The target registry is loaded. 2. **Setup** — A volatile cleanroom (ramfs) is provisioned at the configured mount point. Source tarballs are verified against their SHA-256 checksums. -3. **STOP USING THIS WORD >>>Build** — Core components are built sequentially: +3. **Build** — Core components are built sequentially: Binutils → Kernel Headers → GCC Stage 1 → C Library (glibc or musl) → GCC Stage 2 → Kernel. Both GCC stages are configured with `--with-arch=` and `--with-cpu=` to default to the target microarchitecture.