aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-24 14:47:15 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-24 14:47:15 +0300
commit78065e53ab2daac8524a2428faaa41280cb6cc73 (patch)
treea772cb4a76be5858acbe6e62e0e83bc228ac2581 /README.md
parent9d89eecb980b52ef61c1374f0661d2591c51cf8a (diff)
downloadUEFI-Lessons-78065e53ab2daac8524a2428faaa41280cb6cc73.tar.gz
UEFI-Lessons-78065e53ab2daac8524a2428faaa41280cb6cc73.tar.bz2
UEFI-Lessons-78065e53ab2daac8524a2428faaa41280cb6cc73.zip
Add lesson 17
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 e850554..40fd78e 100644
--- a/README.md
+++ b/README.md
@@ -19,4 +19,5 @@ Lessons description:
- Lesson 14: Get all variable names and GUIDs with the `gRT->GetNextVariableName` API
- Lesson 15: Get and parse boot variables (BootOrder/BootCurrent/BootXXXX) with the `gRT->GetVariable` API
- Lesson 16: Build our own boot option inside OVMF image similar to th UEFI shell app
+- Lesson 17: Add `WaitForEvent` function to our boot option app to see its output on booting