aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-14 12:28:47 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-14 12:28:47 +0300
commit8f3589596f0671a07f6236f68bfee152fc8585b5 (patch)
tree4a86e3c5f21ff7286ed368865a87bf2bc70849f1 /README.md
parent2b3f7144c7b44c81aebaf815a986815bf489ad7e (diff)
downloadUEFI-Lessons-8f3589596f0671a07f6236f68bfee152fc8585b5.tar.gz
UEFI-Lessons-8f3589596f0671a07f6236f68bfee152fc8585b5.tar.bz2
UEFI-Lessons-8f3589596f0671a07f6236f68bfee152fc8585b5.zip
Add HII Form Checkbox lessons to README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
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 1e20dc8..08ba6ac 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,8 @@ These series of lessons are intendend to get you started with UEFI programming i
- [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
+- [Lesson 63](Lessons/Lesson_63): Create HII Form with a checkbox - Part 1: VFR code for `checkbox` element and `efivarstore` element
+- [Lesson 64](Lessons/Lesson_64): Create HII Form with a checkbox - Part 2: Necessary code for `efivarstore` to work correctly
_____