From 8280cf0a39091890f029efa1b748520312698353 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Tue, 6 Jul 2021 00:06:26 +0300 Subject: Fix typo in lesson 31 readme.md Signed-off-by: Konstantin Aladyshev --- Lesson_31/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lesson_31') diff --git a/Lesson_31/README.md b/Lesson_31/README.md index af8f5ac..fdc22de 100644 --- a/Lesson_31/README.md +++ b/Lesson_31/README.md @@ -1,6 +1,6 @@ In this lesson we would modify our `ListPCI` utility, so it would show us information about PCI Vendor and Device. Even `pci` command in UEFI shell doesn't show this information. It only shows us information about PCI class/subclass code. So our utility can be really usefull. Just in case you can check out sources for the `pci` command here: --https://github.com/tianocore/edk2/blob/master/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c --https://github.com/tianocore/edk2/blob/master/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h +- https://github.com/tianocore/edk2/blob/master/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c +- https://github.com/tianocore/edk2/blob/master/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h This lesson was inspired by `ShowPCIx` application by fpmurphy https://github.com/fpmurphy/UEFI-Utilities-2019/tree/master/MyApps/ShowPCIx Although this utility was taking too long time to do the parsing, so I've decided to rewrite it with a performance in mind. -- cgit v1.2.3-18-g5258