1
0
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:
Ruth Grace Wong 2015-10-15 15:49:49 -04:00
parent 2f1067fa53
commit cf05f092bf

View File

@ -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