Update Booting/linux-bootstrap-2.md

This commit is contained in:
hailin cai
2016-02-24 11:04:12 -05:00
parent f211f6571a
commit 9dce880882

View File

@@ -407,7 +407,7 @@ if (cpu_level < req_level) {
ireg.ebx = oreg.ebx;
```
在循环结束之后,整个内存非陪标中的数据将被写入到`e820entry`数组中这个数组的每个元素包含下面3个信息:
在循环结束之后,整个内存分配信息将被写入到`e820entry`数组中这个数组的每个元素包含下面3个信息:
* 内存段的起始地址
* 内存段的大小