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

Sugguestion: command -> instruction? #588

Closed PinoTsao closed 6 years ago

PinoTsao commented 6 years ago

In Kernel booting process. Part 4. section "Calculate relocation address":

When we are using position-independent code an address is obtained by adding the address field of the command and the value of the program counter.

I think the term "command" is confusing, while "instruction" is appropriate, because the address field is embedded in the "instruction", not a command.

mudongliang commented 6 years ago

agree

0xAX commented 6 years ago

:+1: will update soon

0xAX commented 6 years ago

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