mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-23 08:26:17 +04:00
Update x86_64.md
This commit is contained in:
parent
f98a482a10
commit
166f90ba92
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user