aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-20 12:11:05 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-20 12:13:58 +0300
commit06a8161b7732af86c52131cb4eb022d6bd263c9e (patch)
tree1b8fe066477d2ccaeed2e4dacbfde56a1e2dc311 /README.md
parentb139756457b4ba82db773e0114e0684dc1cefdfe (diff)
downloadUEFI-Lessons-06a8161b7732af86c52131cb4eb022d6bd263c9e.tar.gz
UEFI-Lessons-06a8161b7732af86c52131cb4eb022d6bd263c9e.tar.bz2
UEFI-Lessons-06a8161b7732af86c52131cb4eb022d6bd263c9e.zip
Add lesson 43
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 4054ab5..96de200 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 40](Lessons/Lesson_40): `Key####` NVRAM variables
- [Lesson 41](Lessons/Lesson_41): `DEBUG` print statement internals. `EFI_D_*` log levels and all the PCDs for the `DEBUG` statement control. Getting and parsing OVMF boot log.
- [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
_____