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