aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-24 14:43:14 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-24 14:43:14 +0300
commit9d89eecb980b52ef61c1374f0661d2591c51cf8a (patch)
tree5269d75869fb7ca74fa925322d953a167d1c8284 /README.md
parent35b4c9ce3baf2894601d9ed9334e7af51c35fe81 (diff)
downloadUEFI-Lessons-9d89eecb980b52ef61c1374f0661d2591c51cf8a.tar.gz
UEFI-Lessons-9d89eecb980b52ef61c1374f0661d2591c51cf8a.tar.bz2
UEFI-Lessons-9d89eecb980b52ef61c1374f0661d2591c51cf8a.zip
Add lesson 16
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 c34a384..e850554 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,5 @@ Lessons description:
- Lesson 13: `ShellAppMain` entry point
- 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