Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 347 Bytes

File metadata and controls

32 lines (21 loc) · 347 Bytes

uefi-bootloader

A simple UEFI OS loader to load a kernel.

Build the GNU-EFI:

git submodule update -init
make lib

Build applications:

make app

Build final image:

make image

Emulate with qemu

make image && ./qemu.sh

UEFI specification

UEFI spec