aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-10 01:31:32 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-10 01:31:32 +0300
commit017a590ec6c14e0f5366efd4da9be444b3e62809 (patch)
tree8c3fd1c91c91765ec118c1304c25d68f15bdd770 /README.md
parent6064c1e48b622f53538f4df9bdd402c607a87d51 (diff)
downloadUEFI-Lessons-017a590ec6c14e0f5366efd4da9be444b3e62809.tar.gz
UEFI-Lessons-017a590ec6c14e0f5366efd4da9be444b3e62809.tar.bz2
UEFI-Lessons-017a590ec6c14e0f5366efd4da9be444b3e62809.zip
Add lesson 36
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 9ed9ed6..4fd30af 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ Lessons description:
- Lesson 33: Use `EfiRom` utility for parsing and creation of PCI Option ROM images
- Lesson 34: Create a simple UEFI driver. Use `load`/`unload` UEFI shell commands to work with a driver image
- 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
______