FlorenceOS / Sabaton

aarch64 stivale2 bootloader
BSD Zero Clause License
50 stars 5 forks source link

Fix building on Zig master #5

Closed sreehax closed 3 years ago

sreehax commented 3 years ago

The fixes consisted of fixing format strings, renaming .asm to .S, and branching to main. Now Sabaton should compile and work properly on Zig master, removing the need for a Zig fork as far as I'm aware.

N00byEdge commented 3 years ago

removing the need for a Zig fork as far as I'm aware

Well, FlorenceOS/Florence still uses it, but yeah, you shouldn't need it for Sabaton anymore at least.