Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FlorenceOS/Sabaton
aarch64 stivale2 bootloader
https://github.com/FlorenceOS/Sabaton
Last synced: 3 months ago
JSON representation
aarch64 stivale2 bootloader
- Host: GitHub
- URL: https://github.com/FlorenceOS/Sabaton
- Owner: FlorenceOS
- License: 0bsd
- Created: 2020-09-23T21:01:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T02:02:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T23:27:41.364Z (7 months ago)
- Language: Zig
- Size: 329 KB
- Stars: 50
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-osdev - Sabaton - aarch64 stivale2 bootloader (Projects / Bootloaders)
README
# Sabaton bootloader
[Discord server](https://discord.gg/uaXtZVku2E)
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