From 166f90ba9259eb62ec7dde95077f9a7335c6f11c Mon Sep 17 00:00:00 2001 From: Arult <52519513+universuen@users.noreply.github.com> Date: Fri, 7 May 2021 20:33:07 +0800 Subject: [PATCH] Update x86_64.md --- docs/x86_64.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/x86_64.md b/docs/x86_64.md index 954bc33b..a6b30bc6 100644 --- a/docs/x86_64.md +++ b/docs/x86_64.md @@ -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) \ No newline at end of file +更多参考:[uefi-rs 文档](https://github.com/rust-osdev/uefi-rs/blob/master/BUILDING.md)