aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-18 00:21:31 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-18 00:21:31 +0300
commit722c0444a133c4b7f0a3ce49d6990ecaf14cdcf4 (patch)
treeeae9065064213aeed3ec92e2e7509e7a4a7e93c3 /README.md
parentb3280f9a61cbace82624ecc28fe411a71af461f5 (diff)
downloadUEFI-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 89b24d4..baa1f19 100644
--- a/README.md
+++ b/README.md
@@ -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
+