bu3w / efi_example

UEFI Application Example in VS2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UEFI Application in VS2019

NOT full validation yet.

This' a UEFI application example, which built in MSVC2019.

Official UEFI spec: https://uefi.org/specifications

You can run this example in VirtualBox: https://www.virtualbox.org/wiki/Downloads Or QEMU+OVMF: https://www.qemu.org/download/ https://github.com/tianocore/tianocore.github.io/wiki/OVMF 'qemu-system-x86_64.exe -bios OVMF.fd -L ovmf/ -hda fat:rw:out'

The header files in inc/ are copied formm gnu-efi project. https://sourceforge.net/projects/gnu-efi

Thanks to the following project https://github.com/ThatOSDev/C_UEFI https://github.com/ohnx/nyan-load

About

UEFI Application Example in VS2019

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 60.5%Language:C++ 38.1%Language:Objective-C 1.4%