mirror of
https://github.com/elysium-os/tartarus-bootloader.git
synced 2026-07-08 17:57:41 +02:00
Tartarus is a 64bit bootloader
- C 83.6%
- Assembly 12.2%
- Lua 3.1%
- Nix 0.5%
- Linker Script 0.3%
- Other 0.3%
|
|
||
|---|---|---|
| boot | ||
| core | ||
| .clang-format | ||
| .gitignore | ||
| config.md | ||
| fab.lua | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| tartarus.h | ||
| uefi_postprocess.sh | ||
Tartarus is a bootloader targeting 64bit architectures. Currently only x86_64 is supported (legacy bios and uefi). Tartarus supports multiple protocols, main one being the Tartarus Protocol. The config.md file describes the configuration file tartarus uses to boot.
Note: Tartarus is still in development.
