aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_26
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-01 00:45:17 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-01 00:45:17 +0300
commit3c4886410f035ecf7f1d9d2881be6ec37a0af623 (patch)
tree5ebda1dcbd27aca8aaf3ce71c9a3f171ee4a2372 /Lesson_26
parent96d7432b074502813351d3579f81ccaa86aa6b50 (diff)
downloadUEFI-Lessons-3c4886410f035ecf7f1d9d2881be6ec37a0af623.tar.gz
UEFI-Lessons-3c4886410f035ecf7f1d9d2881be6ec37a0af623.tar.bz2
UEFI-Lessons-3c4886410f035ecf7f1d9d2881be6ec37a0af623.zip
Fix formatting in lesson 26
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lesson_26')
-rw-r--r--Lesson_26/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/Lesson_26/README.md b/Lesson_26/README.md
index 1e6163b..16cbc45 100644
--- a/Lesson_26/README.md
+++ b/Lesson_26/README.md
@@ -45,9 +45,8 @@ As for EFI_CONFIGURATION_TABLE type:
EFI_CONFIGURATION_TABLE
Summary:
-Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System
-Table.
-Related Definitions
+Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System Table.
+
typedef struct{
EFI_GUID VendorGuid;
VOID *VendorTable;