From d63125b5d942e8ee4589e060ca52b5e089344918 Mon Sep 17 00:00:00 2001 From: darcosion <16328515+darcosion@users.noreply.github.com> Date: Fri, 7 Nov 2025 16:42:05 +0100 Subject: [PATCH] fix typo --- How-to-build-OVMF.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/How-to-build-OVMF.md b/How-to-build-OVMF.md index 8319eba..45aaf3f 100644 --- a/How-to-build-OVMF.md +++ b/How-to-build-OVMF.md @@ -38,7 +38,7 @@ Once you have modified Conf/target.txt, you can run the build command. bash$ build -If successful, you should now have a OVMF.Fd file under the Build sub-directory. The exact directory under the Build directory will depend upon the toolchain, dsc and processor architecture. +If successful, you should now have a OVMF.fd file under the Build sub-directory. The exact directory under the Build directory will depend upon the toolchain, dsc and processor architecture. You can use OVMF.Fd to [run OVMF](How-to-run-OVMF "wikilink"). @@ -46,3 +46,4 @@ See Also -------- - [https://github.com/tianocore/edk2/blob/master/OvmfPkg/README](https://github.com/tianocore/edk2/blob/master/OvmfPkg/README) +