aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-09 17:10:54 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-09 17:12:54 +0300
commitb1aaf9dc98c8f2e135d21c5f241860012d5f74a5 (patch)
treec546e947550443a1bca397dcfd56f3cfdb2a5895 /README.md
parent7803db085920f1b57f8f6186921674cd394db840 (diff)
downloadUEFI-Lessons-b1aaf9dc98c8f2e135d21c5f241860012d5f74a5.tar.gz
UEFI-Lessons-b1aaf9dc98c8f2e135d21c5f241860012d5f74a5.tar.bz2
UEFI-Lessons-b1aaf9dc98c8f2e135d21c5f241860012d5f74a5.zip
Add lesson 34
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 488d1a1..fae461a 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ Lessons description:
- Lesson 31: Search `pci.ids` database to get PCI Vendor/Device information with a help of `ShellLib`/`PrintLib` functions
- Lesson 32: Show PCI Option ROM images with the help of `EFI_PCI_IO_PROTOCOL` protocol
- 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
______