aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-12 15:47:10 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-12 15:47:10 +0300
commit9bcc17aacdb406d44e5e3eb905a391d46f06c5b4 (patch)
tree5cf0202331c7698c053179179b7b51628df64383
parentea49e59ed0fc50085716e55d66395b6afef8a554 (diff)
downloadUEFI-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bab6507..5799e5f 100644
--- a/README.md
+++ b/README.md
@@ -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
______