From f502e6d285b9f69b75e8fff9fdfc8633e7a7a01b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 10 Jan 2020 23:12:31 +0100 Subject: Add kernel/busybox compilation writeup Signed-off-by: David Oberhollenzer --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3