docs: add mention of stage 1

This commit is contained in:
Jake Hamilton 2024-06-07 05:35:45 -07:00
parent b55f9fc7db
commit d394492d9c
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -93,3 +93,9 @@ Each stage can be found in [`./src/stages`](./src/stages).
This stage is responsible for starting with a single binary seed and producing the tools
necessary to compile (simple) C code. This stage will then compile the original tools it
used from C sources.
#### Stage 1
This stage is responsible for building up to a recent version of `gcc`. Along with the
compiler, this stage provides things like `coreutils`, `binutils`, `gnumake`, and several
other important tools.