diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-15 18:18:11 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-15 18:18:11 +0300 |
commit | 1f1d03ee348b587a295db3f74c92d7ccb5d0d990 (patch) | |
tree | 1ed566b0b0f56ef3f471e24b6df56b088f21f305 /README.md | |
parent | e416fe63625575ddc42c497c94cd327e7ac0252a (diff) | |
download | UEFI-Lessons-1f1d03ee348b587a295db3f74c92d7ccb5d0d990.tar.gz UEFI-Lessons-1f1d03ee348b587a295db3f74c92d7ccb5d0d990.tar.bz2 UEFI-Lessons-1f1d03ee348b587a295db3f74c92d7ccb5d0d990.zip |
Add lesson 6
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,4 +8,5 @@ Lessons description: - Lesson 3: Create `HelloWorld` app with the help of SystemTable services - Lesson 4: Use edk2 libraries to simplify our `HelloWorld` app - Lesson 5: Simplify build command with the help of files in the `Conf` folder +- Lesson 6: Handle/Protocol databases internals - Part 1: Theory and raw access to an app ImageHandle |