All Projects → FlorenceOS → Sabaton

FlorenceOS / Sabaton

Licence: 0BSD license
aarch64 stivale2 bootloader

Programming Languages

Zig
133 projects
assembly
5116 projects
shell
77523 projects

Sabaton bootloader

Discord server

Sabaton is a Stivale2 bootloader targeting different aarch64 enviroments.

Differences from stivale2

Due to the memory layout of aarch64 devices being so far from standardized, a few changes have been made:

  • Your kernel has to be located in the top 2G.
  • All your kernel sections need to be 64K aligned, you don't know the page size (4K, 16K or 64K) ahead of time.

Zig compiler support: Oldest confirmed working compiler: 0.9.0-dev+9354ad82 Newest confirmed working compiler: 0.9.0-dev+9354ad82

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].