1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

boot: fix indentation

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
This commit is contained in:
Alexander Kuleshov 2018-06-18 00:43:01 +06:00
parent 9d2aa869a1
commit 01ce5185d8
No known key found for this signature in database
GPG Key ID: EE88CAC52D66AC9B
2 changed files with 6 additions and 6 deletions

View File

@ -9,4 +9,4 @@ This chapter describes the linux kernel boot process. Here you will see a series
* [Kernel Decompression](linux-bootstrap-5.md) - describes preparation before kernel decompression and details of direct decompression.
* [Kernel random address randomization](linux-bootstrap-6.md) - describes randomization of the Linux kernel load address.
This chapter coincides with with `Linux kernel v4.16`.
This chapter coincides with with `Linux kernel v4.17`.