diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-17 00:11:28 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-17 00:11:28 +0300 |
commit | b3280f9a61cbace82624ecc28fe411a71af461f5 (patch) | |
tree | bd397dc529a1adefb210b2ea27f2eeca8707ce1f /README.md | |
parent | c24c13f0050e016a136d0ac5f7446fab258913e9 (diff) | |
download | UEFI-Lessons-b3280f9a61cbace82624ecc28fe411a71af461f5.tar.gz UEFI-Lessons-b3280f9a61cbace82624ecc28fe411a71af461f5.tar.bz2 UEFI-Lessons-b3280f9a61cbace82624ecc28fe411a71af461f5.zip |
Add lesson 12
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ Lessons description: - Lesson 8: `HandleProtocol` API function. Information from the `ImageHandle` protocols - Lesson 9: Get ImageHandle protocols with the `ProtocolsPerHandle` API function - Lesson 10: `EFI_STATUS` type and `EFI_ERROR` macros +- Lesson 11: Get EFI memory map information |