0xAX / linux-insides

A little bit about a linux kernel
http://0xax.gitbooks.io/linux-insides/content/index.html
Other
30.01k stars 3.37k forks source link

Suggestion: improve a sentence #593

Closed PinoTsao closed 6 years ago

PinoTsao commented 6 years ago

In Kernel booting process. Part 6, section "Physical address randomization", the following sentence does make me pauses for a while and read it many times to get its meaning:

The kernel decompressor should select random index of this array and it will be random place where kernel will be decompressed.

How about: KASLR will select a random index of this array for kernel to be decompressed.

0xAX commented 6 years ago

Maybe better will be:

KASLR will select a random index of this array and the kernel will be decompressed to selected memory region

or something like this?

0xAX commented 6 years ago

https://github.com/0xAX/linux-insides/commit/efed15d860e091133903ae834c686524b0150e8f