mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
Add Table of Contents to toolchain.md
This commit is contained in:
parent
8f286728ab
commit
0ed06d7245
1 changed files with 7 additions and 0 deletions
7
docs/build/toolchain.md
vendored
7
docs/build/toolchain.md
vendored
|
|
@ -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.
|
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
|
## Prerequisites
|
||||||
|
|
||||||
To build BoredOS, you need the following tools:
|
To build BoredOS, you need the following tools:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue