Skip to content

A UEFI application that loads a flat binary .bin file into memory and jumps to its entry point.

Notifications You must be signed in to change notification settings

Nigel-Moes/uefi-bin-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uefi-bin-loader

This UEFI application for ARMv8-A and ARMv9-A architectures is based on the EDK II open source project. It takes a flat binary .bin file, loads it into memory and jumps to its entry point. The names of the .bin file and the entry point function can be specified in the file src/include/loader.h. Additionally, it disables the serial I/O device also specified in the file src/include/loader.h. For more information on building the application and documentation regarding EDK II see: https://github.com/tianocore/edk2

About

A UEFI application that loads a flat binary .bin file into memory and jumps to its entry point.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages