aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 16:47:23 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 16:47:23 +0300
commitc7023e0ee98a1b91bee5d8126497805ba7ccc7cd (patch)
tree424bf8a3058dd9779c3bcd7aa5075f03e051e27f /README.md
parent513eba0cf264b393b5e25d53aa82f2d8a1f8d9b8 (diff)
downloadUEFI-Lessons-c7023e0ee98a1b91bee5d8126497805ba7ccc7cd.tar.gz
UEFI-Lessons-c7023e0ee98a1b91bee5d8126497805ba7ccc7cd.tar.bz2
UEFI-Lessons-c7023e0ee98a1b91bee5d8126497805ba7ccc7cd.zip
Corrections for lesson 54
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ca24c0..81df75b 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 51](Lessons/Lesson_51): Add manual to UEFI application. How `-?` and `help` work in shell. `EFI_SHELL_GET_HELP_TEXT` function from the `EFI_SHELL_PROTOCOL`
- [Lesson 52](Lessons/Lesson_52): Add Russian font - Part 1: investigate `EFI_NARROW_GLYPH`/`EFI_WIDE_GLYPH` format, construct glyph array from the *.woff font file
- [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 in a new language dynamically
+- [Lesson 54](Lessons/Lesson_54): Use `NewString` and `SetString` functions from the `EFI_HII_STRING_PROTOCOL` to add String Package for another language dynamically
_____