From 7913ea37357ab1ed65bdafc9659e13de93649cc9 Mon Sep 17 00:00:00 2001 From: shadlyd15 Date: Sat, 7 May 2022 22:00:10 +0200 Subject: [PATCH] Initial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a2bcdc..6f4c109 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Change the following macros in makefile to locate GNU-EFI **libraries** and **he ### Locate OVMF in Makefile: To run the compiled application in qemu we need OVMF for UEFI emulation. OVMF is a port of Intel's tianocore firmware to the qemu virtual machine. ```makefile - OVMF_DIR = ../OVMF + OVMF_DIR = ../OVMF ``` Change **OVMF_DIR** directory in the makefile.