diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-11-10 11:52:55 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-11-10 11:52:55 +0300 |
commit | d7a8fa081fdd103bce648d0da228dbb550480a19 (patch) | |
tree | 67bde415286d4eaa6bf5363ff595e3899d93a3a2 | |
parent | 7cd25c1c2329f67643b2cab097ae53edc60e068f (diff) | |
download | UEFI-Lessons-d7a8fa081fdd103bce648d0da228dbb550480a19.tar.gz UEFI-Lessons-d7a8fa081fdd103bce648d0da228dbb550480a19.tar.bz2 UEFI-Lessons-d7a8fa081fdd103bce648d0da228dbb550480a19.zip |
Update README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ These series of lessons are intendend to get you started with UEFI programming i - [Lesson 53](Lessons/Lesson_53): Add Russian font - Part 2: construct `EFI_HII_SIMPLE_FONT_PACKAGE` and populate it to the HII database - [Lesson 54](Lessons/Lesson_54): Use `NewString` and `SetString` functions from the `EFI_HII_STRING_PROTOCOL` to add String Package for another language dynamically - [Lesson 55](Lessons/Lesson_55): Try to modify `PlatformLangCodes` EFI variable and add another language dynamically. Variable protection with a help of `EDKII_VARIABLE_POLICY_PROTOCOL` +- [Lesson 56](Lessons/Lesson_56): How to get module `FILE_GUID` and `BASE_NAME` in code. Autoconf variables `gEfiCallerIdGuid`/`gEdkiiDscPlatformGuid`/`gEfiCallerBaseName` _____ |