aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-21 17:59:51 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-21 18:05:07 +0300
commite6a90b38c0f25d94d9a874f20fbb63d3151da033 (patch)
treea35856a6ea2e587bb9bdc3f86228dcfad41c4396 /README.md
parentc28cd7e7867f856318c121a15f73f2b499dd2bb9 (diff)
downloadUEFI-Lessons-e6a90b38c0f25d94d9a874f20fbb63d3151da033.tar.gz
UEFI-Lessons-e6a90b38c0f25d94d9a874f20fbb63d3151da033.tar.bz2
UEFI-Lessons-e6a90b38c0f25d94d9a874f20fbb63d3151da033.zip
Add lesson 67
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index cf09ada..5f9c84e 100644
--- a/README.md
+++ b/README.md
@@ -68,8 +68,9 @@ These series of lessons are intendend to get you started with UEFI programming i
- [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
-- [Lesson 65](Lessons/Lesson_65): VFR input elements - Part 1: `numeric`
-- [Lesson 66](Lessons/Lesson_66): VFR input elements - Part 2: `string`
+- [Lesson 65](Lessons/Lesson_65): More VFR input elements - Part 1: `numeric`
+- [Lesson 66](Lessons/Lesson_66): More VFR input elements - Part 2: `string`
+- [Lesson 67](Lessons/Lesson_67): More VFR input elements - Part 3: `date` and `time`
_____