aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-21 21:39:55 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-21 21:40:32 +0300
commit8dfe483992689980e8c2fbc8488e2ad90979504e (patch)
treefa885244af585e085092a231180b111a1cbaf54e /README.md
parent4fa70ada542a119ace4a1df831b2c4bd7a19d4d9 (diff)
downloadUEFI-Lessons-8dfe483992689980e8c2fbc8488e2ad90979504e.tar.gz
UEFI-Lessons-8dfe483992689980e8c2fbc8488e2ad90979504e.tar.bz2
UEFI-Lessons-8dfe483992689980e8c2fbc8488e2ad90979504e.zip
Add draft for lesson 45
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index dede06e..ce944e9 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ 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
_____