An open API service indexing awesome lists of open source software.

https://github.com/embeddedos/uefi-bootloader

A simple UEFI OS loader to load a kernel.
https://github.com/embeddedos/uefi-bootloader

bootloader kernel uefi-application uefi-boot x86-64

Last synced: 11 months ago
JSON representation

A simple UEFI OS loader to load a kernel.

Awesome Lists containing this project

README

          

# uefi-bootloader

A simple UEFI OS loader to load a kernel.

Build the GNU-EFI:

```bash
git submodule update -init
make lib
```

Build applications:

```bash
make app
```

Build final image:

```bash
make image
```

## Emulate with qemu

```bash
make image && ./qemu.sh
```

## UEFI specification

[UEFI spec](https://uefi.org/specs/UEFI/2.10/)