Skip to content

Commit f8ecbae

Browse files
committed
boot: update link in the third chapter of booting process
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
1 parent 04d6c5e commit f8ecbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Booting/linux-bootstrap-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kernel booting process. Part 3.
22

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:
3+
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:
44

55
- Setup of console to be able to print messages from the kernel's setup code
66
- Validation of CPU

0 commit comments

Comments
 (0)