aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-22 11:50:17 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-22 11:50:17 +0300
commit08789669ab178d108c9662692c9bc7c1df2c6d7b (patch)
treeaef0de9f437ee23d272f619da13f137a5927e1de /README.md
parentf2ba80c920206ef17d59195b13b22e4c46ad9c9d (diff)
downloadUEFI-Lessons-08789669ab178d108c9662692c9bc7c1df2c6d7b.tar.gz
UEFI-Lessons-08789669ab178d108c9662692c9bc7c1df2c6d7b.tar.bz2
UEFI-Lessons-08789669ab178d108c9662692c9bc7c1df2c6d7b.zip
Add lessons 45/46/47 to the main README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce944e9..0839ec6 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,9 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 42](Lessons/Lesson_42): Debug your drivers/applications and OVMF itself with GDB
- [Lesson 43](Lessons/Lesson_43): Intro to the HII. Create an application to display HII database content
- [Lesson 44](Lessons/Lesson_44): HII database internals
-- [Lesson 45](Lessons/Lesson_45): Intro to HII strings packages. Create package list with translation strings by hand
+- [Lesson 45](Lessons/Lesson_45): Use `NewPackageList` from the `EFI_HII_DATABASE_PROTOCOL` directly to publish HII Package list with Strings packages. Part 1: Investigate common aspects of Package List data generation
+- [Lesson 46](Lessons/Lesson_46): Use `NewPackageList` from the `EFI_HII_DATABASE_PROTOCOL` directly to publish HII Package list with Strings packages. Part 2: String Packages data generation
+- [Lesson 47](Lessons/Lesson_47): Use `NewPackageList` from the `EFI_HII_DATABASE_PROTOCOL` directly to publish HII Package list with Strings packages. Part 3: Combine everything together. Use `NewPackageList` and `GetString` protocol functions
_____