mirror of
https://github.com/badcf00d/UEFI-helloworld
synced 2026-08-26 10:26:04 -04:00
Update README.md
This commit is contained in:
parent
a42221d42b
commit
89e0b3d41b
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue