fixed '.text' sections to be singular

pull/250/head
Ruth Grace Wong 9 years ago
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…
Cancel
Save