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 th
On 11/Jul/2022 21:10, Gregory Nutt wrote:
<...>
> MUSL supports only Linux. Hopefully, the MUSL OS interface is
> well modularized to support use of a different OS.
Musl is well-structured, ports aren't difficult.
<...>
> But there would be many, many smaller issues of compatibility with
> heade