From 2bbbbb952497813ba041e8a7bd235216737b91fa Mon Sep 17 00:00:00 2001 From: Alexander Kuleshov Date: Tue, 12 Sep 2017 00:57:41 +0600 Subject: [PATCH] boot: e820entry renamed to e820_entry --- Booting/linux-bootstrap-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-2.md b/Booting/linux-bootstrap-2.md index e82c4f2..ab9b6fc 100644 --- a/Booting/linux-bootstrap-2.md +++ b/Booting/linux-bootstrap-2.md @@ -381,7 +381,7 @@ Next is a loop where data about the memory will be collected. It starts from the ireg.ebx = oreg.ebx; ``` -Ultimately, it does iterations in the loop to collect data from the address allocation table and writes this data into the `e820entry` array: +Ultimately, it does iterations in the loop to collect data from the address allocation table and writes this data into the `e820_entry` array: * start of memory segment * size of memory segment