From f8ecbaeeb47b142e48cbe04e6e8b69ffc179b2ca Mon Sep 17 00:00:00 2001 From: Alexander Kuleshov Date: Wed, 17 Sep 2025 21:07:32 +0500 Subject: [PATCH] boot: update link in the third chapter of booting process Signed-off-by: Alexander Kuleshov --- Booting/linux-bootstrap-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-3.md b/Booting/linux-bootstrap-3.md index e579f738..c2935d66 100644 --- a/Booting/linux-bootstrap-3.md +++ b/Booting/linux-bootstrap-3.md @@ -1,6 +1,6 @@ # Kernel booting process. Part 3. -In the previous [part](./linux-bootstrap-2.md#kernel-booting-process-part-2), we have seen first pieces of C code that run in the Linux kernel. One of the main goal of this stage is to switch into the [protected mode](https://en.wikipedia.org/wiki/Protected_mode), but before this, we have seen some early setup code which executes early initialization procedures, such as: +In the previous [part](./linux-bootstrap-2.md), we have seen first pieces of C code that run in the Linux kernel. One of the main goal of this stage is to switch into the [protected mode](https://en.wikipedia.org/wiki/Protected_mode), but before this, we have seen some early setup code which executes early initialization procedures, such as: - Setup of console to be able to print messages from the kernel's setup code - Validation of CPU