Update README.md

This commit is contained in:
badcf00d 2020-02-20 19:18:23 +00:00 committed by GitHub
parent a42221d42b
commit 89e0b3d41b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,5 +7,5 @@ Running `make` will:
- Link the win64 object files from `obj` into a PE32+ executable, and put it in `efi`
- Create a FAT32 .img file in the current working directory, and move the PE32+ executable from `efi` into that .img file at the location `EFI/BOOT/BOOTX64.EFI` which is the default filename for a 64-bit UEFI application.
You can then run `make qemu` to boot that PE32+ executable with the UEFI provided by <a href="https://github.com/tianocore/tianocore.github.io/wiki/OVMF">OVMF from the TianoCore project</a> that's stored in `inc`.
You can then run `make qemu` to boot that UEFI application with the UEFI provided by OVMF from the <a href="https://github.com/tianocore/tianocore.github.io/wiki/OVMF">TianoCore project</a> that's stored in `inc`.