On 12/Jul/2022 10:38, Xiang Xiao wrote: > musl is designed to work exclusively with Linux and then there is no OS > abstraction layer. So it's hard to adapt musl to other OS.
Not really, adapting to another kernel is as simple as either providing the missing syscalls, adding stubs, or emulating them.