1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-21 23:56:18 +04:00

Merge pull request #78 from universuen/patch-1

Update x86_64.md
This commit is contained in:
Chen 2021-05-07 21:45:09 +08:00 committed by GitHub
commit 6ee637ce73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,9 @@ rCore x86_64 基于 UEFI 标准,使用自己编写的 rBoot 作为 Bootloader
[rBoot](https://github.com/rcore-os/rboot) 是一个标准的 UEFI OS Loader 程序。它完成以下主要工作:
* 加载 kernel ELF 文件到内存,建立虚拟内存映射
* 加载 kernel ELF 文件到内存,建立虚拟内存映射
* 设置图形显示模式
* 启动多核处理器
* 跳转到 ELF 入口点,并传递 BootInfo 信息
更多参考:[uefi-rs 文档](https://github.com/rust-osdev/uefi-rs/blob/master/BUILDING.md)
更多参考:[uefi-rs 文档](https://github.com/rust-osdev/uefi-rs/blob/master/BUILDING.md)