This is a basic uefi bootloader, as of current is has a basic file system as well as some options to shut down, boot to bios or change the text mode. It can also boot kernel which is the main feture.
This is the Boot menu of the OS:
This is the loading screen that you can see as it is booting up, It uses GOP to render the BMP image found in the EFI partision of the disk:
The dependancys for this project are:
qemu
mingw64-gcc
This project is heavily ins[pired by a tutorial serise from Queso Fuego on youtube. I tried not to copy it directly, but parts of the project like the write_gpt are strait copys from his project.
A large potion of this project was also done through the use of the UEFI docs and so that is an important source of knolage. If anybody would like to learn about UEFI OS Development I would highly recommend using both the sources mentioned here.

