diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-17 00:10:34 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-17 00:10:34 +0300 |
commit | c24c13f0050e016a136d0ac5f7446fab258913e9 (patch) | |
tree | ec022976c89332282864799286c4ceff5d3d1d80 /README.md | |
parent | c23e8552475e9bf06a031c22bf94915eddc17764 (diff) | |
download | UEFI-Lessons-c24c13f0050e016a136d0ac5f7446fab258913e9.tar.gz UEFI-Lessons-c24c13f0050e016a136d0ac5f7446fab258913e9.tar.bz2 UEFI-Lessons-c24c13f0050e016a136d0ac5f7446fab258913e9.zip |
Add lesson 10
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,3 +12,4 @@ Lessons description: - Lesson 7: Handle/Protocol databases internals - Part 2: Raw access to app protocols - 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 |