aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-02-25 00:05:18 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-02-25 00:05:18 +0300
commita8d3afe27ff6fad28f0f7c756bc4f1bbeb9d13aa (patch)
treeeb9273804498cbf1b3b7040b9366de7acadf6dbb /README.md
parent7b0dda6fca0eaef19bf47eed9daa5dd4b1473975 (diff)
downloadUEFI-Lessons-a8d3afe27ff6fad28f0f7c756bc4f1bbeb9d13aa.tar.gz
UEFI-Lessons-a8d3afe27ff6fad28f0f7c756bc4f1bbeb9d13aa.tar.bz2
UEFI-Lessons-a8d3afe27ff6fad28f0f7c756bc4f1bbeb9d13aa.zip
Add lesson 60 readme
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 c2ab161..4291b62 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 57](Lessons/Lesson_57): Use VFR to create a simple form and display it with a help of `EFI_FORM_BROWSER2_PROTOCOL.SendForm()`. IFR data investigation
- [Lesson 58](Lessons/Lesson_58): `subtitle` and `text` VFR elements
- [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
_____