aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-02-27 00:40:44 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-02-27 00:54:54 +0300
commit033d0a38bb5afde4ed5c5242e4f35e28ce086dd1 (patch)
tree9452c05ec571b31ffaee1431fff8b3010ec8d756 /README.md
parentcf884399031c711205f837a5b65eeeb26fee3258 (diff)
downloadUEFI-Lessons-033d0a38bb5afde4ed5c5242e4f35e28ce086dd1.tar.gz
UEFI-Lessons-033d0a38bb5afde4ed5c5242e4f35e28ce086dd1.tar.bz2
UEFI-Lessons-033d0a38bb5afde4ed5c5242e4f35e28ce086dd1.zip
Add lesson 62
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f8a623..1e20dc8 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 59](Lessons/Lesson_59): Create an application to display HII Forms by package list GUIDs. Convert our simple form application to UEFI driver form
- [Lesson 60](Lessons/Lesson_60): Use `gRT->SetVariable()` function to create and delete UEFI variables. Investigate variable attributes. Practical uses of the `dmpstore` command
- [Lesson 61](Lessons/Lesson_61): Use `dmpstore` command to save/load variables to/from files. Write an application to recalculate CRC32 checksums in the `dmpstore` variable dumps
+- [Lesson 62](Lessons/Lesson_62): Structure of the UEFI `Device path`. Dynamic and static Device paths. Interation over Device paths
_____