From bf376b4c70e4b7c7623008ff95be2d498cc6f4f2 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 13 Feb 2021 14:57:50 +0100 Subject: Cleanup: prefix the individual chapters with a numeric index Signed-off-by: David Oberhollenzer --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9008315..2da222b 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ command lines around (I'm looking at you, LFS). This guide is divided into the following parts: -* [Basic Setup](setup.md). Lists some tools that you should have installed and - walks through the steps of setting up the directory tree that we work in, as - well as a few handy environment variables. -* [Building a cross compiler toolchain](crosscc.md). -* [Cross compiling a statically linked BusyBox and the kernel](kernel.md). The - BusyBox is packaged into a small initrd. We will make it boot on the +* [Basic Setup](00_setup.md). Lists some tools that you should have + installed and walks through the steps of setting up the directory tree that + we work in, as well as a few handy environment variables. +* [Building a cross compiler toolchain](01_crosscc.md). +* [Cross compiling a statically linked BusyBox and the kernel](02_kernel.md). + The BusyBox is packaged into a small initramfs. We will make it boot on the Rapsberry Pi and explore some parts of the Linux boot process. * [Building a more sophisticated userland](userland.md). Mostly a Linux-From-Scratch-Style "lets build some packages". The userland will be -- cgit v1.2.3