aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-16 21:43:31 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-16 21:43:31 +0300
commit70bcb6f8f384991f62a6287ef202d884ad54e0ac (patch)
tree06648e129398bb3bc89ed22dbfcdb2df90a41372 /README.md
parent713789e49430ca2442ce541bb69bcb8b40487747 (diff)
downloadUEFI-Lessons-70bcb6f8f384991f62a6287ef202d884ad54e0ac.tar.gz
UEFI-Lessons-70bcb6f8f384991f62a6287ef202d884ad54e0ac.tar.bz2
UEFI-Lessons-70bcb6f8f384991f62a6287ef202d884ad54e0ac.zip
Add lesson 41
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 cae813a..6a2a6c2 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ Lessons description:
- [Lesson 38](Lessons/Lesson_38): Create and use your custom protocol. `InstallMultipleProtocolInterfaces` and `UninstallMultipleProtocolInterfaces` functions
- [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.
______