diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-14 12:28:47 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-14 12:28:47 +0300 |
commit | 8f3589596f0671a07f6236f68bfee152fc8585b5 (patch) | |
tree | 4a86e3c5f21ff7286ed368865a87bf2bc70849f1 | |
parent | 2b3f7144c7b44c81aebaf815a986815bf489ad7e (diff) | |
download | UEFI-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>
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 _____ |