diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-18 00:21:31 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-18 00:21:31 +0300 |
commit | 722c0444a133c4b7f0a3ce49d6990ecaf14cdcf4 (patch) | |
tree | eae9065064213aeed3ec92e2e7509e7a4a7e93c3 /README.md | |
parent | b3280f9a61cbace82624ecc28fe411a71af461f5 (diff) | |
download | UEFI-Lessons-722c0444a133c4b7f0a3ce49d6990ecaf14cdcf4.tar.gz UEFI-Lessons-722c0444a133c4b7f0a3ce49d6990ecaf14cdcf4.tar.bz2 UEFI-Lessons-722c0444a133c4b7f0a3ce49d6990ecaf14cdcf4.zip |
Add lesson 12
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,3 +14,5 @@ Lessons description: - 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 +- Lesson 12: `EFI_SHELL_PARAMETERS_PROTOCOL`. Transform our EFI memory map to the Linux kernel style + |