aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-14 12:54:56 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-14 12:54:56 +0300
commitfb03061a2a68dd70dda54ddcb74c8fe92d994c0a (patch)
tree119fa90684b74f0a4a21145281729fe130bd9f36 /README.md
parent418cd8555d3a8963229ccb22ca85c2af4bfb13b2 (diff)
downloadUEFI-Lessons-fb03061a2a68dd70dda54ddcb74c8fe92d994c0a.tar.gz
UEFI-Lessons-fb03061a2a68dd70dda54ddcb74c8fe92d994c0a.tar.bz2
UEFI-Lessons-fb03061a2a68dd70dda54ddcb74c8fe92d994c0a.zip
Add lesson 39
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 08e22ed..88e85fb 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ Lessons description:
- Lesson 36: Library constructor and destructor. `NULL` libraries
- Lesson 37: Investigate ways how to add `acpiview` command functionality to your shell
- Lesson 38: Create and use your custom protocol. `InstallMultipleProtocolInterfaces` and `UninstallMultipleProtocolInterfaces` functions
+- Lesson 39: Create a driver that adds hot key functionality with a help of `RegisterKeyNotify`/`UnregisterKeyNotify` functions
______