sreehax / Sabaton

aarch64 stivale2 bootloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sabaton bootloader

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.

About

aarch64 stivale2 bootloader

License:Creative Commons Zero v1.0 Universal


Languages

Language:Zig 93.4%Language:Assembly 5.2%Language:Shell 1.4%