From 20a2298b393807c2eba0f6768b2fde5bf2036eb0 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Tue, 13 Jul 2021 11:20:31 +0300 Subject: Reorder library lessons Signed-off-by: Konstantin Aladyshev --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5799e5f..08e22ed 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Lessons description: - Lesson 32: Show PCI Option ROM images with the help of `EFI_PCI_IO_PROTOCOL` protocol - Lesson 33: Use `EfiRom` utility for parsing and creation of PCI Option ROM images - Lesson 34: Create a simple UEFI driver. Use `load`/`unload` UEFI shell commands to work with a driver image -- Lesson 35: Investigate ways how to add `acpiview` command functionality to your shell -- Lesson 36: Create a simple library and use it in an app -- Lesson 37: Library constructor and destructor. `NULL` libraries +- Lesson 35: Create a simple library and use it in an app +- Lesson 36: Library constructor and destructor. `NULL` libraries +- Lesson 37: Investigate ways how to add `acpiview` command functionality to your shell - Lesson 38: Create and use your custom protocol. `InstallMultipleProtocolInterfaces` and `UninstallMultipleProtocolInterfaces` functions ______ -- cgit v1.2.3-18-g5258