mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-26 03:30:30 +08:00
Update Booting/linux-bootstrap-2.md
This commit is contained in:
@@ -407,7 +407,7 @@ if (cpu_level < req_level) {
|
||||
ireg.ebx = oreg.ebx;
|
||||
```
|
||||
|
||||
在循环结束之后,整个内存非陪标中的数据将被写入到`e820entry`数组中,这个数组的每个元素包含下面3个信息:
|
||||
在循环结束之后,整个内存分配信息将被写入到`e820entry`数组中,这个数组的每个元素包含下面3个信息:
|
||||
|
||||
* 内存段的起始地址
|
||||
* 内存段的大小
|
||||
|
||||
Reference in New Issue
Block a user