aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-18 21:15:55 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-18 21:15:55 +0300
commit882a2307b291fc857d7a6805e63cdb67955d8756 (patch)
treed5f9417c6560a29966a8380955459fa786ea35ba /README.md
parent4437eee45396300ac57e2bfb293c9c5b2befc42b (diff)
downloadUEFI-Lessons-882a2307b291fc857d7a6805e63cdb67955d8756.tar.gz
UEFI-Lessons-882a2307b291fc857d7a6805e63cdb67955d8756.tar.bz2
UEFI-Lessons-882a2307b291fc857d7a6805e63cdb67955d8756.zip
Add lesson 65
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 08ba6ac..2a4e6ea 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,7 @@ 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`
_____