瀏覽代碼

boot: e820entry renamed to e820_entry

Alexander Kuleshov 7 年之前
父節點
當前提交
2bbbbb9524
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Booting/linux-bootstrap-2.md

+ 1 - 1
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;
     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