1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00

boot: e820entry renamed to e820_entry

This commit is contained in:
Alexander Kuleshov 2017-09-12 00:57:41 +06:00
parent ab8d15afd0
commit 2bbbbb9524

View File

@ -381,7 +381,7 @@ Next is a loop where data about the memory will be collected. It starts from the
ireg.ebx = oreg.ebx; 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 * start of memory segment
* size of memory segment * size of memory segment