Skip to content

EmbeddedOS/uefi-bootloader

Repository files navigation

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