Explorar o código

fixed '.text' sections to be singular

Ruth Grace Wong %!s(int64=9) %!d(string=hai) anos
pai
achega
cf05f092bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Booting/linux-bootstrap-5.md

+ 1 - 1
Booting/linux-bootstrap-5.md

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