aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-21 17:18:32 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-21 17:19:06 +0300
commitc28cd7e7867f856318c121a15f73f2b499dd2bb9 (patch)
treeb48c438f00a5c990d36e56e48623d7d0d15eb3a1 /README.md
parentaeb813ac73c84fe2a6e8b87be429e661c08e5cae (diff)
downloadUEFI-Lessons-c28cd7e7867f856318c121a15f73f2b499dd2bb9.tar.gz
UEFI-Lessons-c28cd7e7867f856318c121a15f73f2b499dd2bb9.tar.bz2
UEFI-Lessons-c28cd7e7867f856318c121a15f73f2b499dd2bb9.zip
Add lesson 66
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 2a4e6ea..cf09ada 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [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
- [Lesson 65](Lessons/Lesson_65): VFR input elements - Part 1: `numeric`
+- [Lesson 66](Lessons/Lesson_66): VFR input elements - Part 2: `string`
_____