diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-09 19:02:47 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-09 19:02:47 +0300 |
commit | a9c375c80c3505be794ec2b5d5bb90de27ef0d42 (patch) | |
tree | 75965a6582d4e89029386a773ecb0ab20e674234 /README.md | |
parent | b1aaf9dc98c8f2e135d21c5f241860012d5f74a5 (diff) | |
download | UEFI-Lessons-a9c375c80c3505be794ec2b5d5bb90de27ef0d42.tar.gz UEFI-Lessons-a9c375c80c3505be794ec2b5d5bb90de27ef0d42.tar.bz2 UEFI-Lessons-a9c375c80c3505be794ec2b5d5bb90de27ef0d42.zip |
Add lesson 35
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ Lessons description: - 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 +- Lesson 35: Investigate ways how to add `acpiview` command functionality to your shell ______ |