From f6424e26d45de9c599f3b4ce860ca4ad812a1bee Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 13 Feb 2021 14:40:29 +0100 Subject: Add basic userland writeup Signed-off-by: David Oberhollenzer --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2da222b..f068a82 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This guide is divided into the following parts: * [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 - packed into a SquashFS image. The BusyBox based initrd is modified to mount - it and switch into it. +* [Building a simple userland](03_basic_usr.md). Mostly a + Linux-From-Scratch-Style walkthrough to building some packages for a simple + GNU userland. The userland is packed into a SquashFS image. The BusyBox + based initrd is modified to mount it and switch into it. -- cgit v1.2.3