From e6183b4d76f5e9e6649e083191cc97edbb409e67 Mon Sep 17 00:00:00 2001 From: hanbings Date: Wed, 25 Sep 2024 01:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20Update=20readme.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/bootloader.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bootloader.md b/docs/bootloader.md index f4f400e..2547c90 100644 --- a/docs/bootloader.md +++ b/docs/bootloader.md @@ -11,7 +11,7 @@ - [UEFI](#uefi) - [uefi-rs](#uefi-rs) - [数据类型](#数据类型) - - [**修饰符**](#修饰符) + - [修饰符](#修饰符) - [入口函数](#入口函数) - [调用函数](#调用函数) - [调用样例](#调用样例) @@ -74,7 +74,7 @@ UEFI(Unified Extensible Firmware Interface),统一可扩展固件接口, **EFI_HANDLE**,即是后续我们会提到的 Handle。 -### **修饰符** +### 修饰符 在 UEFI 手册中的接口描述中,使用了一些助记词作为参数的修饰符,如下: