aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-28 18:30:58 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-28 18:30:58 +0300
commit10d9e1d18a32576c85d0a42933e79b6dbb6ebc9c (patch)
treec08706bd302e22a3a87eb27301b9a6ef669cad9c /README.md
parentce07d2043df29199d27f5af739bd58a4224455aa (diff)
downloadUEFI-Lessons-10d9e1d18a32576c85d0a42933e79b6dbb6ebc9c.tar.gz
UEFI-Lessons-10d9e1d18a32576c85d0a42933e79b6dbb6ebc9c.tar.bz2
UEFI-Lessons-10d9e1d18a32576c85d0a42933e79b6dbb6ebc9c.zip
Add lesson 73
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 1ddd3f1..a100acd 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 70](Lessons/Lesson_70): Constants and operators in VFR. Basic condition statements with builtins `ideqval`/`ideqvallist`/`ideqid`/`questionref`/`pushthis`
- [Lesson 71](Lessons/Lesson_71): Basic VFR builtins for strings: `stringref`/`toupper`/`tolower`/`length`
- [Lesson 72](Lessons/Lesson_72): Dynamically add elements to HII forms with a help of a `label` keyword
+- [Lesson 73](Lessons/Lesson_73): Setting defaults for the VFR questions: `default`/`defaultstore`/`resetbutton` keywords
_____