diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-15 19:00:53 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-15 19:00:53 +0300 |
commit | 80c57daa907624b68bc1ddc408bdf5dc4a26a0ff (patch) | |
tree | ecd209dcfce41ec6cdf825c47267db045db71246 /Lesson_7/README.md | |
parent | 7acf6d195056bea1d00f8ba5eb61cb768825a56f (diff) | |
download | UEFI-Lessons-80c57daa907624b68bc1ddc408bdf5dc4a26a0ff.tar.gz UEFI-Lessons-80c57daa907624b68bc1ddc408bdf5dc4a26a0ff.tar.bz2 UEFI-Lessons-80c57daa907624b68bc1ddc408bdf5dc4a26a0ff.zip |
Replace ImageInfo name with ImageHandle
Diffstat (limited to 'Lesson_7/README.md')
-rw-r--r-- | Lesson_7/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lesson_7/README.md b/Lesson_7/README.md index 0431b42..66e8689 100644 --- a/Lesson_7/README.md +++ b/Lesson_7/README.md @@ -158,7 +158,7 @@ UefiMain ( If we compile and run our app in OVMF (I hope at this time I don't need to repeat how to do it): ``` -FS0:\> ImageInfo.efi +FS0:\> ImageHandle.efi h n d l Back Protocol Interface Link: 68D4320 Forward Protocol Interface Link: 6891520 |