From 9dce88088220ede4b85bc815879bf17849d3636d Mon Sep 17 00:00:00 2001 From: hailin cai Date: Wed, 24 Feb 2016 11:04:12 -0500 Subject: [PATCH] Update Booting/linux-bootstrap-2.md --- 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 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个信息: * 内存段的起始地址 * 内存段的大小