mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-12-22 14:48:08 +00:00
fixed '.text' sections to be singular
This commit is contained in:
parent
2f1067fa53
commit
cf05f092bf
@ -164,7 +164,7 @@ After it we get `.text` section address and jump to it:
|
||||
Last preparation before kernel decompression
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
`.text` sections start with the `relocated` label. For the start there is clearing of the `bss` section with:
|
||||
The `.text` section starts with the `relocated` label. For the start there is clearing of the `bss` section with:
|
||||
|
||||
```assembly
|
||||
xorl %eax, %eax
|
||||
|
Loading…
Reference in New Issue
Block a user