From cf05f092bf40e76800b72eb72ba3e67785f103e9 Mon Sep 17 00:00:00 2001 From: Ruth Grace Wong Date: Thu, 15 Oct 2015 15:49:49 -0400 Subject: [PATCH] fixed '.text' sections to be singular --- Booting/linux-bootstrap-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-5.md b/Booting/linux-bootstrap-5.md index 8b52ee5..db3a5ca 100644 --- a/Booting/linux-bootstrap-5.md +++ b/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