Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.43 KB

File metadata and controls

32 lines (18 loc) · 1.43 KB

eos-bootloader

E-OS fork of redox-os/bootloader. Part of the E-OS ecosystem — a hardened, Crimson-branded downstream of Redox OS.

This repository is the Redox UEFI/BIOS bootloader.

E-OS changes vs upstream

  • E-OS red/black (Crimson) theme + E-OS Bootloader banner.

How it's pinned

The E-OS build pins this fork in recipes/core/bootloader/recipe.toml:

  • branch eos-rebased · rev f1ba665799a0
  • up to date with upstream

Build standalone

This fork is normally built by the E-OS cookbook (make CI=1 … in the main repo). To build it on its own you need the Redox toolchain; see the main repo's build guide.

Hosting

GitLab (source of truth): https://gitlab.com/e-os/eos-bootloader
GitHub (read-only mirror): https://github.com/Gh0s777tt/eos-bootloader

License

MIT (inherited from upstream Redox). The E-OS project as a whole is AGPL-3.0; see the main repo.


E-OS main repo · Docs · Upstream