Skip to content

Commit 166f90b

Browse files
authoredMay 7, 2021
Update x86_64.md
1 parent f98a482 commit 166f90b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/x86_64.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ rCore x86_64 基于 UEFI 标准,使用自己编写的 rBoot 作为 Bootloader
3333

3434
[rBoot](https://github.com/rcore-os/rboot) 是一个标准的 UEFI OS Loader 程序。它完成以下主要工作:
3535

36-
* 加载 kernel ELF 文件到内存,建立虚拟内存映射
36+
* 加载 kernel ELF 文件到内存,建立虚拟内存映射
3737
* 设置图形显示模式
3838
* 启动多核处理器
3939
* 跳转到 ELF 入口点,并传递 BootInfo 信息
4040

41-
更多参考:[uefi-rs 文档](https://github.com/rust-osdev/uefi-rs/blob/master/BUILDING.md)
41+
更多参考:[uefi-rs 文档](https://github.com/rust-osdev/uefi-rs/blob/master/BUILDING.md)

0 commit comments

Comments
 (0)
Please sign in to comment.