aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-19 14:02:36 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-19 14:02:36 +0300
commita905339da88110a87c1d2a775f484d156792935a (patch)
treeea509390bf46fa22b9a66129be72fb7210ffdbd1
parent7d0a6247c99e82a677bd42db1c08b5592943bd9b (diff)
downloadUEFI-Lessons-a905339da88110a87c1d2a775f484d156792935a.tar.gz
UEFI-Lessons-a905339da88110a87c1d2a775f484d156792935a.tar.bz2
UEFI-Lessons-a905339da88110a87c1d2a775f484d156792935a.zip
Update README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6a2a6c2..d817040 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Lessons description:
- [Lesson 39](Lessons/Lesson_39): Create a driver that adds hot key functionality with a help of `RegisterKeyNotify`/`UnregisterKeyNotify` functions
- [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
______