| .. | .. |
|---|
| 1 | | -Chinese translated version of Documentation/arm/Booting |
|---|
| 1 | +Chinese translated version of Documentation/arm/booting.rst |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | If you have any comment or update to the content, please contact the |
|---|
| 4 | 4 | original document maintainer directly. However, if you have a problem |
|---|
| .. | .. |
|---|
| 9 | 9 | Maintainer: Russell King <linux@arm.linux.org.uk> |
|---|
| 10 | 10 | Chinese maintainer: Fu Wei <tekkamanninja@gmail.com> |
|---|
| 11 | 11 | --------------------------------------------------------------------- |
|---|
| 12 | | -Documentation/arm/Booting 的中文翻译 |
|---|
| 12 | +Documentation/arm/booting.rst 的中文翻译 |
|---|
| 13 | 13 | |
|---|
| 14 | 14 | 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 |
|---|
| 15 | 15 | 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 |
|---|
| .. | .. |
|---|
| 124 | 124 | |
|---|
| 125 | 125 | bootloader 必须以 64bit 地址对齐的形式加载一个设备树映像(dtb)到系统 |
|---|
| 126 | 126 | RAM 中,并用启动数据初始化它。dtb 格式在文档 |
|---|
| 127 | | -Documentation/devicetree/booting-without-of.txt 中。内核将会在 |
|---|
| 127 | +Documentation/devicetree/booting-without-of.rst 中。内核将会在 |
|---|
| 128 | 128 | dtb 物理地址处查找 dtb 魔数值(0xd00dfeed),以确定 dtb 是否已经代替 |
|---|
| 129 | 129 | 标签列表被传递进来。 |
|---|
| 130 | 130 | |
|---|