From d394492d9c1c910996abe312267fcb55bb44880f Mon Sep 17 00:00:00 2001 From: Jake Hamilton Date: Fri, 7 Jun 2024 05:35:45 -0700 Subject: [PATCH] docs: add mention of stage 1 --- foundation/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/foundation/README.md b/foundation/README.md index 478221c..35ca32a 100644 --- a/foundation/README.md +++ b/foundation/README.md @@ -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.