diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-12 15:47:10 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-12 15:47:10 +0300 |
commit | 9bcc17aacdb406d44e5e3eb905a391d46f06c5b4 (patch) | |
tree | 5cf0202331c7698c053179179b7b51628df64383 | |
parent | ea49e59ed0fc50085716e55d66395b6afef8a554 (diff) | |
download | UEFI-Lessons-9bcc17aacdb406d44e5e3eb905a391d46f06c5b4.tar.gz UEFI-Lessons-9bcc17aacdb406d44e5e3eb905a391d46f06c5b4.tar.bz2 UEFI-Lessons-9bcc17aacdb406d44e5e3eb905a391d46f06c5b4.zip |
Update README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ Lessons description: - Lesson 35: Investigate ways how to add `acpiview` command functionality to your shell - Lesson 36: Create a simple library and use it in an app - Lesson 37: Library constructor and destructor. `NULL` libraries +- Lesson 38: Create and use your custom protocol. `InstallMultipleProtocolInterfaces` and `UninstallMultipleProtocolInterfaces` functions ______ |