diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-24 14:48:01 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-24 14:48:01 +0300 |
commit | 5940b5c25c3af04783c3514c46d74046369a149f (patch) | |
tree | de6d2b441c7f4d9409728bc82977124a7b52a712 | |
parent | 78065e53ab2daac8524a2428faaa41280cb6cc73 (diff) | |
download | UEFI-Lessons-5940b5c25c3af04783c3514c46d74046369a149f.tar.gz UEFI-Lessons-5940b5c25c3af04783c3514c46d74046369a149f.tar.bz2 UEFI-Lessons-5940b5c25c3af04783c3514c46d74046369a149f.zip |
Fix typo in a README.md file
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,6 +18,6 @@ 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 +- Lesson 16: Build our own boot option inside OVMF image similar to the UEFI shell app - Lesson 17: Add `WaitForEvent` function to our boot option app to see its output on booting |