From 0ed06d7245622d217b079f9e34a75c5d6cfef8b7 Mon Sep 17 00:00:00 2001 From: Lluciocc <114759545+Lluciocc@users.noreply.github.com> Date: Tue, 12 May 2026 09:24:52 +0200 Subject: [PATCH] Add Table of Contents to toolchain.md --- docs/build/toolchain.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/build/toolchain.md b/docs/build/toolchain.md index bd472b0..d14890a 100644 --- a/docs/build/toolchain.md +++ b/docs/build/toolchain.md @@ -2,6 +2,13 @@ BoredOS is built cross-compiled from a host system (such as macOS or Linux) to target the generic `x86_64-elf` platform. + +## Table of Contents + +- [Prerequisites](#prerequisites) +- [Building the Cross-Compiler on Linux](#building-the-cross-compiler-on-linux) +- [Installing the Toolchain on Windows](#installing-the-toolchain-on-windows) + ## Prerequisites To build BoredOS, you need the following tools: