(5) UEFI Application - Basic
Alright. This time, I’ve decided to create a UEFI Application based on C.
The following BootLoader.c and BootLoader.inf files are placed in the following path.
BootLoader.c
They are located inside edk2/App/BootLoader.
#include <Uefi.h>
#include <Libr...
psk-study.hashnode.dev2 min read