aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-28 16:42:14 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-28 16:49:08 +0300
commit52f83512d1ea8e43d7590f7e761302db13932a76 (patch)
tree927d38fe8eb534a429501d97ae9e571fb4b61b8e /README.md
parent5669003262cd685d3efc240426d263aa8fbb38bd (diff)
downloadUEFI-Lessons-52f83512d1ea8e43d7590f7e761302db13932a76.tar.gz
UEFI-Lessons-52f83512d1ea8e43d7590f7e761302db13932a76.tar.bz2
UEFI-Lessons-52f83512d1ea8e43d7590f7e761302db13932a76.zip
Add lesson 20
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 a8d02d9..c4ae553 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Lessons description:
- Lesson 17: Add `WaitForEvent` function to our boot option app to see its output on booting
- Lesson 18: Handle input from user with the `ReadKeyStroke` function
- Lesson 19: Boot option modification with the help of `bcfg` command
+- Lesson 20: Intro to Platfrom Configuration Database (PCD). Declare and get simple fixed PCD
______