1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00
This commit is contained in:
prettykernel 2018-12-01 13:30:26 +08:00 committed by GitHub
parent 390fe4628c
commit 66654361ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.17`.
This chapter coincides with `Linux kernel v4.17`.