Modern, advanced, portable, multiprotocol bootloader and boot manager. https://limine-bootloader.org
  • C 92%
  • Makefile 5.1%
  • Assembly 1.1%
  • M4 1.1%
  • Shell 0.7%
Find a file
Mintsuki 5a51c7bdb0
All checks were successful
QA / Spellcheck (push) Successful in 19s
Binary release / Build and upload binary artifacts (push) Successful in 2m1s
Release / Build and upload release tarball (push) Successful in 1m15s
Check for compilation failures / Check for compilation failures (push) Successful in 3m29s
docs: Update ChangeLog and README.md for 10.8.5
2026-03-12 00:23:18 +01:00
.forgejo/workflows build: Drop zstd and lzip release tarballs 2025-11-29 10:16:29 +01:00
common menu: Guard editor window_size decrement to prevent underflow on long line wrapping 2026-03-07 03:28:39 +01:00
decompressor lib/memory: Use uintptr_t for pointer comparisons in memmove 2026-02-19 20:37:36 +01:00
host host/limine: Fix ENDSWAP width mismatch in GPT-to-MBR partition entry conversion 2026-03-07 03:28:39 +01:00
LICENSES docs: Use SPDX format for LicenseRef-scancode-bsd-no-disclaimer-unmodified 2025-03-13 03:53:24 +01:00
man/man1 docs/man: Remove extra newlines from limine(1) manpage 2024-03-10 06:39:21 +01:00
stage1 stage1/hdd: Fix stack imbalance on int 13h/AH=48h failure in disk read 2026-03-07 03:28:39 +01:00
test protos/limine: Implement base revision 5 2026-02-22 18:31:13 +01:00
.editorconfig build: Get rid of nix flake stuff 2024-08-01 05:59:31 +02:00
.gitignore build: Updates for new edk2-ovmf-nightly 2025-12-09 10:32:42 +01:00
.typos.toml qa: Add "extint" to .typos.toml exceptions 2026-02-22 18:31:13 +01:00
3RDPARTY.md build: Finish migration of subprojects to Codeberg 2025-08-30 13:55:43 +02:00
bochsrc misc: Update bochsrc 2024-10-12 01:52:36 +02:00
bootstrap bootstrap: Bump Flanterm to 3.0.2 2026-03-12 00:23:18 +01:00
ChangeLog docs: Update ChangeLog and README.md for 10.8.5 2026-03-12 00:23:18 +01:00
config.h.in build: Unbreak out of tree builds 2022-02-21 00:40:15 +01:00
CONFIG.md docs: CONFIG.md: Update description of term_font_size and term_font_spacing 2025-12-28 14:31:21 +01:00
configure.ac misc: Initial migration to Codeberg 2025-08-30 00:49:55 +02:00
COPYING docs: Update copyright for 2026 2026-01-02 14:13:04 +01:00
FAQ.md docs: FAQ.md: Fix formatting and adjust tone 2025-03-12 00:36:15 +01:00
GNUmakefile.in build: Remove edk2-ovmf directory instead of ovmf* on distclean 2025-12-24 14:13:01 +01:00
INSTALL.md misc: Initial migration to Codeberg 2025-08-30 00:49:55 +02:00
logo.png docs: README.md: Further misc improvements 2024-05-03 20:00:14 +02:00
README.md docs: Update ChangeLog and README.md for 10.8.5 2026-03-12 00:23:18 +01:00
screenshot.png docs: Update wallpaper and screenshot 2025-11-19 20:34:53 +01:00
test.mk build: Updates for new edk2-ovmf-nightly 2025-12-09 10:32:42 +01:00
USAGE.md lib/config: Change default paths for config search and ordering 2025-11-03 21:29:01 +01:00
version.sh build: Misc build system updates 2024-07-28 05:16:33 +02:00

Limine Matrix Server Fluxer

Limine's logo

What is Limine?

Limine (pronounced as demonstrated here) is a modern, advanced, portable, multiprotocol bootloader and boot manager, also used as the reference implementation for the Limine boot protocol.

Community, Support, and Donations

Donate

If you want to support the work I (@mintsuki) do on Limine, feel free to donate to me on Liberapay:

Donate using Liberapay

Donations welcome, but absolutely not mandatory!

Community

We have a Matrix room at #limine:matrix.org and a Fluxer community if you need support, info, or you just want to hang out with us.

Limine's boot menu

Reference screenshot

Photo by Pixabay

Supported architectures

  • IA-32 (32-bit x86)
  • x86-64
  • aarch64 (arm64)
  • riscv64
  • loongarch64 (experimental support!)

Supported boot protocols

  • Linux
  • Limine
  • Multiboot 1
  • Multiboot 2
  • Chainloading

Supported partitioning schemes

  • MBR
  • GPT
  • Unpartitioned media

Supported filesystems

  • FAT12/16/32
  • ISO9660 (CDs/DVDs)

If your filesystem isn't listed here, please read the FAQ first, especially before opening issues or pull requests related to this.

Minimum system requirements

For 32-bit x86 systems, support is only ensured starting with those with Pentium Pro (i686) class CPUs.

All x86-64, aarch64, riscv64 and loongarch64 (UEFI) systems are supported.

Packaging status

All Limine releases since 7.x use Semantic Versioning for their naming.

Packaging status

Binary releases

For convenience, for point releases, binaries are distributed. These binaries are shipped in the -binary branches and tags of this repository (see branches and tags).

For example, to clone the latest binary release of the 10.x branch, one can do:

git clone https://codeberg.org/Limine/Limine.git --branch=v10.x-binary --depth=1

or, to clone a specific binary point release (for example 10.8.5):

git clone https://codeberg.org/Limine/Limine.git --branch=v10.8.5-binary --depth=1

In order to rebuild host utilities like limine, simply run make in the binary release directory.

Host utility binaries are provided for Windows.

Build and Install Instructions

The following steps are not necessary if cloning a binary release.

See INSTALL.md.

Usage

See USAGE.md.

3rd Party Software Acknowledgments

See 3RDPARTY.md.