From 96d7432b074502813351d3579f81ccaa86aa6b50 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Thu, 1 Jul 2021 00:43:59 +0300 Subject: Add some intro to lesson 26 Signed-off-by: Konstantin Aladyshev --- Lesson_26/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Lesson_26') diff --git a/Lesson_26/README.md b/Lesson_26/README.md index 28e8f1e..1e6163b 100644 --- a/Lesson_26/README.md +++ b/Lesson_26/README.md @@ -1,3 +1,15 @@ +As you remember the entry point for our UEFI programs is: + +``` +EFI_STATUS +EFIAPI +UefiMain ( + IN EFI_HANDLE ImageHandle, + IN EFI_SYSTEM_TABLE *SystemTable + ) +``` + +The passed structure `EFI_SYSTEM_TABLE` looks like this according to UEFI specification: ``` typedef struct { -- cgit v1.2.3-18-g5258