aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 820fd17..89c0eec 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ command lines around (I'm looking at you, LFS).
This guide is divided into the following parts:
* [Building a cross compiler toolchain](crosscc.md).
-* Cross compiling a statically linked BusyBox and the kernel. The kernel has
- a built-in initrd containing our BusyBox. We will make it boot on the
- Rapsberry Pi and explore some parts of the Linux boot process.
+* [Cross compiling a statically linked BusyBox and the kernel](kernel.md). The
+ kernel has a built-in initrd containing our BusyBox. We will make it boot on
+ the Rapsberry Pi and explore some parts of the Linux boot process.
* Building a more sophisticated userland. The userland will be packed into a
SquashFS image. The BusyBox based initrd is modified to mount it and switch
into it.