1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 08:06:17 +04:00

Merge branch 'master' of https://github.com/rcore-os/rCore into rvm

This commit is contained in:
gjz010 2021-05-11 02:24:46 +08:00
commit d1aeb13310

View File

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