This commit is contained in:
Dongliang Mu
2019-03-09 18:46:16 -05:00
parent daa0ae7da2
commit d257cff87f

View File

@@ -209,7 +209,7 @@ hdr:
bootloader必须填充在 Linux boot protocol 中标记为 `write` 的头信息,比如 [type_of_loader](http://lxr.free-electrons.com/source/Documentation/x86/boot.txt?v=3.18#L354),这些头信息可能来自命令行,或者通过计算得到。在这里我们不会详细介绍所有的 kernel setup header我们将在需要的时候逐个介绍。不过你可以自己通过 [boot protocol](http://lxr.free-electrons.com/source/Documentation/x86/boot.txt?v=3.18#L156) 来了解这些设置。
通过阅读 kernel boot protocol在内核被引导入内存后内存使用情况将下表所示:
通过阅读 kernel boot protocol在内核被引导入内存后内存使用情况将下表所示:
```shell
| Protected-mode kernel |