1 unstable release
0.1.0 | May 3, 2022 |
---|
#736 in Operating systems
39 downloads per month
25KB
633 lines
Minimal std replacement without any libc
Instead it uses x86_64 Linux syscalls, but can be taken as a template
to implement it for other targets without std
support.